From 4f20f418b578b38b8ff914f7677b8529013195fc Mon Sep 17 00:00:00 2001 From: Quentin Bramas <bramas@unistra.fr> Date: Mon, 11 Nov 2024 11:25:54 +0000 Subject: [PATCH] Update 2 files - /app.config.ts - /package.json --- app.config.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.config.ts b/app.config.ts index ec525d9..47e9663 100644 --- a/app.config.ts +++ b/app.config.ts @@ -9,5 +9,5 @@ export default defineConfig({ }, preset: 'static' }, - base: './' + base: '/git-cheat/' }); \ No newline at end of file diff --git a/package.json b/package.json index 71f0273..28aea69 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "build": "vinxi build", "start": "vinxi start", "version": "vinxi version", - "build-static": "vinxi build --preset static --base=./" + "build-static": "vinxi build --preset static --base=/git-cheat/" }, "dependencies": { "@solidjs/meta": "^0.29.4", -- GitLab