Skip to content

Commit

Permalink
corrected base
Browse files Browse the repository at this point in the history
  • Loading branch information
annkar73 committed Jun 17, 2024
1 parent 4e30780 commit 3df66af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import vue from '@vitejs/plugin-vue'

// https://vitejs.dev/config/
export default defineConfig({
base: "//vue-tictactoe-annkar73/",
base: "/vue-tictactoe-annkar73/",
plugins: [vue()],
});

0 comments on commit 3df66af

Please sign in to comment.