From 9f3920e8b77a5e0f32d243657a638b7071f456dc Mon Sep 17 00:00:00 2001 From: SunWuyuan Date: Sun, 23 Feb 2025 14:52:08 +0800 Subject: [PATCH] 1 --- vercel.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..608f757 --- /dev/null +++ b/vercel.json @@ -0,0 +1,22 @@ +{ + "rewrites": [ + { + "source": "/:path*", + "destination": "/index.html" + } + ], + "headers": [ + { + "source": "/:path*", + "headers": [ + { + "key": "Cache-Control", + "value": "no-cache, no-store, must-revalidate" + } + ] + } + ], + "github": { + "silent": true + } +}