From 5bf227c1613e825063b5d5b7075afd6eaeb0c98a Mon Sep 17 00:00:00 2001 From: Henry Popp Date: Fri, 19 Jan 2024 14:38:55 -0600 Subject: [PATCH] fix: revert to old vue config --- vue.config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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, -}; +});