mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-03-16 09:55:16 +09:00
Update vite.config.ts
This commit is contained in:
parent
1b4bdee7bf
commit
38b1ec7efa
@ -65,6 +65,9 @@ export function getConfig(): UserConfig {
|
|||||||
|
|
||||||
server: {
|
server: {
|
||||||
port: 5173,
|
port: 5173,
|
||||||
|
headers: { // なんか効かない
|
||||||
|
'X-Frame-Options': 'DENY',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
|
Loading…
Reference in New Issue
Block a user