Skip to content

Commit

Permalink
prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrossh committed May 1, 2024
1 parent 8580569 commit e051627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions website/src/routes/+layout.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const prerender = true;
5 changes: 1 addition & 4 deletions website/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ import adapter from '@sveltejs/adapter-static';
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
adapter: adapter({
strict: true,
fallback: '404.html'
})
adapter: adapter()
}
};

Expand Down

0 comments on commit e051627

Please sign in to comment.