From b7765d30690baad5e616293f57a3bc5587c70d39 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 13 Nov 2023 18:53:33 +0300 Subject: [PATCH] set base for ghpages --- svelte.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/svelte.config.js b/svelte.config.js index b0683fd..fc38eec 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -4,4 +4,5 @@ export default { // Consult https://svelte.dev/docs#compile-time-svelte-preprocess // for more information about preprocessors preprocess: vitePreprocess(), + base: '/en-direct-de-mtl/', }