Skip to content

Commit

Permalink
Fix public path for new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Scriptim committed May 27, 2023
1 parent 0936620 commit 3b9fbb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ const { defineConfig } = require('@vue/cli-service');

module.exports = defineConfig({
transpileDependencies: true,
publicPath: process.env.NODE_ENV === 'production' ? '/bash-prompt-generator/' : '/',
});

0 comments on commit 3b9fbb1

Please sign in to comment.