This commit is contained in:
2021-08-23 19:14:23 +02:00
parent 2f50ad9d55
commit cfc0ed1ea4
40 changed files with 381 additions and 234 deletions

View File

@@ -41,4 +41,8 @@ const proxy = {
}
}
export default { srcDir, dir, build, pageTransition, target, server, buildDir, components, ssr, proxy }
const router = {
middleware: 'maintenance'
}
export default { router, srcDir, dir, build, pageTransition, target, server, buildDir, components, ssr, proxy }