{ "buildCommand": "pnpm build", "outputDirectory": "dist", "devCommand": "pnpm dev", "installCommand": "pnpm install", "framework": "vite", "rewrites": [ { "source": "/bilibili/:path*", "destination": "https://s.search.bilibili.com/main/suggest/:path*" } ], "headers": [ { "source": "/(.*)", "headers": [ { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "X-XSS-Protection", "value": "1; mode=block" } ] } ] }