diff --git a/vue.config.js b/vue.config.js index 6e5f1a6..761a4af 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,6 +1,5 @@ const { defineConfig } = require("@vue/cli-service"); -module.exports = { - publicPath: "/tracklist-formatter/", +module.exports = defineConfig({ transpileDependencies: true, -}; +});