Skip to content

Commit

Permalink
devop: revert path
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Jul 16, 2024
1 parent 753dd61 commit 803ad76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const webpack = require("webpack");
const { defineConfig } = require("@vue/cli-service");
const NodePolyfillPlugin = require("node-polyfill-webpack-plugin");
module.exports = defineConfig({
publicPath: process.env.VUE_APP_ROUTER_MODE === "hash" ? "./" : "/",
publicPath: "./",
transpileDependencies: true,
lintOnSave: true,
configureWebpack: {
Expand Down

0 comments on commit 803ad76

Please sign in to comment.