Skip to content

Commit

Permalink
chore: bundle starter-basic example
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Jul 8, 2023
1 parent 6373e13 commit bdfa865
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/starter-basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css"
/> -->

<script type="module" src="/src/main.js"></script>
<script type="module" src="/.routify/routify-init.js"></script>
<!--ssr:head-->
</head>

Expand Down
2 changes: 1 addition & 1 deletion examples/starter-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite"
},
"devDependencies": {
"@roxi/routify": "^3.0.0-next.145",
"@roxi/routify": "^3.0.0-next.159",
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"mdsvex": "^0.11.0",
"spank": "^2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</script>

<!-- routify:meta reset -->
<!-- routify:meta bundles -->

<div class="routify" color-scheme={theme}>
{#if $params.mode === 'full'}
Expand All @@ -26,7 +27,7 @@
<div class="wrapper">
<div class="grid">
<slot
inline={{ scrollIntoView }}
inline={{ scrollIntoView, context: 'always' }}
decorator={{ component: ExamplesDecorator, recursive: false }} />
</div>
</div>
Expand Down

0 comments on commit bdfa865

Please sign in to comment.