Skip to content

Commit

Permalink
fix: revert to old vue config
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Jan 19, 2024
1 parent 88275c0 commit 5bf227c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const { defineConfig } = require("@vue/cli-service");

module.exports = {
publicPath: "/tracklist-formatter/",
module.exports = defineConfig({
transpileDependencies: true,
};
});

0 comments on commit 5bf227c

Please sign in to comment.