From 78cdb006e5852a9eab0dd58f3b2029e9b44f7d57 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Sun, 10 May 2026 20:48:20 +0800 Subject: [PATCH] =?UTF-8?q?subscription-help:=20=E6=B7=BB=E5=8A=A0=20dynam?= =?UTF-8?q?ic=3Dforce-dynamic=20=E8=B7=B3=E8=BF=87=E9=A2=84=E6=B8=B2?= =?UTF-8?q?=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/app/subscription-help/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/app/subscription-help/page.tsx b/frontend/app/subscription-help/page.tsx index 140464bf..e0248a54 100644 --- a/frontend/app/subscription-help/page.tsx +++ b/frontend/app/subscription-help/page.tsx @@ -1,6 +1,8 @@ import type { Metadata } from "next"; import { SubscriptionHelpClient } from "./SubscriptionHelpClient"; +export const dynamic = "force-dynamic"; + export const metadata: Metadata = { title: "PolyWeather | Subscription Help", description: "PolyWeather Pro subscription, points discount, and payment guide.",