Embedding EmberCLI via JS snippet

Hi folks,

I’m new to Ember, but am finding it easy to get familiar with things.

Using Ember CLI, is there a way to eliminate these tags (using ENV variables or something like that)?

<base href="/">
<meta name="lively/config/environment" content="...">

I’m building a product that is embedded by other websites via a JS snippet (just like an Analytics snippet).

Any help is much appreciated!