Skip to content

Commit

Permalink
set adapter to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Mar 29, 2024
1 parent 2344b96 commit b9aa23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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({ pages: 'docs' }),
paths: {
base: process.argv.includes('dev') ? '' : process.env.BASE_PATH
}
Expand Down

0 comments on commit b9aa23a

Please sign in to comment.