Skip to content

Commit

Permalink
Config
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSK75 committed May 23, 2022
1 parent 830cb61 commit 6ed49a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
publicPath: process.env.NODE_ENV === "production" ? "/meme-builder/" : "/"
// transpileDependencies: true,
publicPath: "/meme-builder/"
});

0 comments on commit 6ed49a7

Please sign in to comment.