From 02c9e3d05978838944b9ee837de564feff6ca9bd Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:18:37 +0200 Subject: [PATCH] output to 'dist' as for other projects --- projects/sveltekit-ts/svelte.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/sveltekit-ts/svelte.config.js b/projects/sveltekit-ts/svelte.config.js index eee3d44..62c4996 100644 --- a/projects/sveltekit-ts/svelte.config.js +++ b/projects/sveltekit-ts/svelte.config.js @@ -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