Skip to content

Commit

Permalink
Merge pull request #16 from vim-jp-radio/feature/15
Browse files Browse the repository at this point in the history
pnpm run buildを通す
  • Loading branch information
staticWagomU authored May 27, 2024
2 parents 87f77d0 + f728b23 commit 0c22cae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<script lang="ts">
import 'uno.css';
import '@unocss/reset/normalize.css';
export const prerender = true;
</script>

<slot></slot>
6 changes: 5 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ const config = {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter()
adapter: adapter({
// default options are shown. On some platforms
// these options are set automatically — see below
fallback: 'index.html'
})
}
};

Expand Down

0 comments on commit 0c22cae

Please sign in to comment.