Skip to content
Snippets Groups Projects
Commit 4f20f418 authored by Quentin Bramas's avatar Quentin Bramas
Browse files

Update 2 files

- /app.config.ts
- /package.json
parent 8e4b6cde
No related merge requests found
Pipeline #288336 passed with stages
in 58 seconds
......@@ -9,5 +9,5 @@ export default defineConfig({
},
preset: 'static'
},
base: './'
base: '/git-cheat/'
});
\ No newline at end of file
......@@ -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",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment