Skip to content

Commit

Permalink
remove base path
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Oct 27, 2024
1 parent b3c1308 commit 1b2b99a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ const config = {
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
// https://svelte.dev/docs/kit/adapter-static#GitHub-Pages
adapter: adapter({
fallback: '404.html'
}),
paths: {
base: process.argv.includes('dev') ? '' : process.env.BASE_PATH
}
adapter: adapter({ fallback: '404.html' })
}
};

Expand Down

0 comments on commit 1b2b99a

Please sign in to comment.