mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-28 09:36:56 +00:00
oops
This commit is contained in:
parent
6a6c345698
commit
6ce81125a0
2 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,7 @@ const devConfig: UserConfig = {
|
|||
publicDir: '../assets',
|
||||
base: './',
|
||||
server: {
|
||||
host: true,
|
||||
host: 'localhost',
|
||||
port: 5173,
|
||||
proxy: {
|
||||
'/api': {
|
||||
|
|
|
@ -66,7 +66,6 @@ export function getConfig(): UserConfig {
|
|||
|
||||
server: {
|
||||
port: 5173,
|
||||
host: true,
|
||||
headers: { // なんか効かない
|
||||
'X-Frame-Options': 'DENY',
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue