mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 01:31:41 +11:00
fuck cors
This commit is contained in:
parent
d6cbec38e1
commit
0cebed8923
1 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,6 @@ export default defineNitroConfig({
|
||||||
},
|
},
|
||||||
srcDir: ".vitepress",
|
srcDir: ".vitepress",
|
||||||
routeRules: {
|
routeRules: {
|
||||||
"/*": { cors: false },
|
"/": { cors: false },
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue