From 30482ac0d92394e32f2287d78dd9029b8b5f5e14 Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Thu, 29 Feb 2024 18:26:55 +0900 Subject: [PATCH] chore: fix site --- explorer-v2/svelte.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/explorer-v2/svelte.config.js b/explorer-v2/svelte.config.js index 49fbcc15..d02057f4 100644 --- a/explorer-v2/svelte.config.js +++ b/explorer-v2/svelte.config.js @@ -4,7 +4,8 @@ import staticAdapter from '@sveltejs/adapter-static'; const config = { kit: { paths: { - base: '/svelte-eslint-parser' + base: '/svelte-eslint-parser', + relative: false }, adapter: staticAdapter({