Skip to content

Commit

Permalink
fix: revert to working config
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmobrien committed Nov 16, 2024
1 parent c9a4b6d commit 00ddd59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/www/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ const config = {
strict: true
}),
paths: {
base: '/system3-website-public',
assets: 'https://no-instructions.github.io/system3-website-public'
base: '/system3-website-public'
},
appDir: 'app',
prerender: {
handleMissingId: (details) => {
if (details.id === "#") return;
Expand Down

0 comments on commit 00ddd59

Please sign in to comment.