Skip to content

Commit

Permalink
fix: initial template
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jun 18, 2024
1 parent e47b382 commit 79f533f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quick",
"homepage": "https://usnightowl.github.io/quick/",
"homepage": "https://usnightowl.github.io/quick",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import vue from '@vitejs/plugin-vue'

// https://vitejs.dev/config/
export default defineConfig({
base: "/",
base: "/quick",
plugins: [vue()],
resolve: {
alias: {
Expand Down

0 comments on commit 79f533f

Please sign in to comment.