YM
2024-05-28 30db720d5f47f344db66a8b97692fe7a5e14ba5d
vue.config.js
@@ -1,6 +1,6 @@
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
  publicPath: "http://182.92.203.7:3007/books/book/1",
  publicPath: process.env.PUBLIC_PATH,
  transpileDependencies: true,
  lintOnSave: false,
  // devServer: {