vue.config.js
@@ -1,6 +1,7 @@ const { defineConfig } = require("@vue/cli-service"); module.exports = defineConfig({ publicPath: "./", publicPath: "/books/book/1", // publicPath: "./", transpileDependencies: true, lintOnSave: false, // devServer: {