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, all layouts will inherit from the root index.html. SvelteKit layouts will inherit as a tree, however. i.e. new layouts will inherit from the root layout, which will inherit from the index.html. We need to explore this further to decide whether this makes sense for Jinja and MPAs.
The text was updated successfully, but these errors were encountered:
At the moment, all layouts will inherit from the root
index.html
. SvelteKit layouts will inherit as a tree, however. i.e. new layouts will inherit from the root layout, which will inherit from theindex.html
. We need to explore this further to decide whether this makes sense for Jinja and MPAs.The text was updated successfully, but these errors were encountered: