From 7231d7353a6c4285cc9d4479c6b55f1a7f8aa835 Mon Sep 17 00:00:00 2001 From: fluid-design-io <2216991777@qq.com> Date: Wed, 18 Oct 2023 01:20:06 -0500 Subject: [PATCH] fix: preview link broken --- apps/web/next.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 1b310c7..ee26c88 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -9,7 +9,9 @@ module.exports = { { protocol: 'https', hostname: 'fluid-colors.vercel.app', - pathname: '*', + }, + { + hostname: 'fluid-colors.vercel.app', }, ] },