Skip to content

Commit

Permalink
devop: change public path
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Jul 16, 2024
1 parent 6530eff commit 83d70ec
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: "/ccswap-build",
publicPath: "./ccswap-build",
transpileDependencies: true,
lintOnSave: true,
configureWebpack: {
Expand Down

0 comments on commit 83d70ec

Please sign in to comment.