From 8a5add6b58725bee9d8e00e2085cb43f5450874b Mon Sep 17 00:00:00 2001 From: Kyllian Chabanon Date: Mon, 8 Apr 2024 01:50:55 +0200 Subject: [PATCH] Modifications --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 9c7a46c..1bac642 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,7 +1,7 @@ import adapter from '@sveltejs/adapter-static'; import { vitePreprocess } from '@sveltejs/kit/vite'; -const base = '/portfolio'; +const base = '/containers/kyllianchabanon-portfolio'; /** @type {import('@sveltejs/kit').Config} */ const config = {