Skip to content

Commit

Permalink
Fix path for vue
Browse files Browse the repository at this point in the history
  • Loading branch information
xtenzQ committed Jul 28, 2024
1 parent 2ed112e commit 28d14e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
transpileDependencies: true,
publicPath: "./",
publicPath:
process.env.NODE_ENV === "production" ? "/developer-portfolio/" : "/",
css: {
loaderOptions: {
sass: {
Expand Down

0 comments on commit 28d14e6

Please sign in to comment.