Skip to content

Commit

Permalink
Temp remove configurable entrypoint (#211).
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Mar 21, 2023
1 parent 9f3b626 commit 3ed7251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/core/router.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<svelte:component
this="{allLayouts['layouts_' + env.entrypoint.replace('/','_').replace('.','_')]}"
<Html
{path}
{params}
{content}
Expand All @@ -12,6 +11,7 @@
/>

<script>
import Html from '../layouts/global/html.svelte';
import Navaid from 'navaid';
import allContent from '../generated/content.js';
import * as allLayouts from '../generated/layouts.js';
Expand Down

0 comments on commit 3ed7251

Please sign in to comment.