Skip to content

Commit

Permalink
Update vite config to emit relative paths
Browse files Browse the repository at this point in the history
Closes #118.
  • Loading branch information
linusg committed Jun 14, 2024
1 parent a449652 commit 998a971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import version from "vite-plugin-package-version";

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

0 comments on commit 998a971

Please sign in to comment.