You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the contentFor() hook is used to inject the <link> element for the default theme. The idea is to remove all used hooks over time to opt out of classic build pipeline. To remove the <link> for the default theme, the idea is to tell consumers to inject a <link> tag into their index.html, which could look like so:
At the moment, the
contentFor()
hook is used to inject the<link>
element for the default theme. The idea is to remove all used hooks over time to opt out of classic build pipeline. To remove the<link>
for the default theme, the idea is to tell consumers to inject a<link>
tag into theirindex.html
, which could look like so:and
{{theemoDefaultTheme}}
will be replaced with the proper theme url - see #39Open Question
Is it possible to provide variables for
index.html
?The text was updated successfully, but these errors were encountered: