1
0
This commit is contained in:
2023-04-01 04:52:34 +09:00
parent ad8daeb7d1
commit 48dbada67f
77 changed files with 2253 additions and 197 deletions

View File

@ -1,11 +1,11 @@
module.exports = {
chainWebpack: config => {
config
.plugin('html')
.tap(args => {
args[0].title = "syui.ai";
return args;
})
devServer: {
proxy: {
"^/api*": {
target: "https://api.syui.ai",
pathRewrite: { "^/api": "" },
}
}
},
publicPath: "/",
configureWebpack: {