From 02bf61f4e26e2caf849258193aef7fab0a98c752 Mon Sep 17 00:00:00 2001 From: Casey Date: Fri, 1 Sep 2023 13:40:13 -0700 Subject: [PATCH] generalize path --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 1708465..d5ff68c 100644 --- a/next.config.js +++ b/next.config.js @@ -3,7 +3,7 @@ const nextConfig = { async headers() { return [ { - source: '/', + source: '/:path*', headers: [ { key: 'Cross-Origin-Embedder-Policy',