mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-26 00:41:52 +08:00
feat: support select child packer
This commit is contained in:
@@ -9,9 +9,6 @@ const getUrl = createGetUrl("/docs");
|
||||
export default {
|
||||
basename: env.VITE_APP_BASE_PATH,
|
||||
ssr: false,
|
||||
future: {
|
||||
v8_middleware: true,
|
||||
},
|
||||
async prerender({ getStaticPaths }) {
|
||||
const paths: string[] = [];
|
||||
const excluded: string[] = [];
|
||||
|
||||
Reference in New Issue
Block a user