Skip to content

Commit

Permalink
output to 'dist' as for other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Aug 19, 2024
1 parent b4c4409 commit 02c9e3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/sveltekit-ts/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ const config = {
// In https://kit.svelte.dev/docs/adapter-static#github-pages, the page '404.html' is used as a fallback.
// We cannot use it here because the app is deployed to a subdirectory. The 404 page for the deployment should be placed in the root of the deployment.
// The configured callback lets access to https://maxgraph.github.io/maxgraph-integration-examples/maxgraph-integration-examples/sveltekit-ts
fallback: 'index.html'
fallback: 'index.html',
pages: 'dist',
}),
paths: {
// We are deploying to a subdirectory as we have several applications in the same repository
Expand Down

0 comments on commit 02c9e3d

Please sign in to comment.