feat: add force-dynamic for feed
This commit is contained in:
parent
00919c62f2
commit
0051e9ba07
|
|
@ -30,3 +30,5 @@ export async function GET(request: Request) {
|
|||
const res = new NextServerResponse()
|
||||
return res.status(200).rss(data, format)
|
||||
}
|
||||
|
||||
export const dynamic = "force-dynamic"
|
||||
|
|
|
|||
|
|
@ -28,3 +28,5 @@ export async function GET(request: Request) {
|
|||
const res = new NextServerResponse()
|
||||
return res.status(200).rss(data, format)
|
||||
}
|
||||
|
||||
export const dynamic = "force-dynamic"
|
||||
|
|
|
|||
|
|
@ -66,3 +66,5 @@ export async function GET(
|
|||
const res = new NextServerResponse()
|
||||
return res.status(200).rss(data, format)
|
||||
}
|
||||
|
||||
export const dynamic = "force-dynamic"
|
||||
|
|
|
|||
|
|
@ -92,3 +92,5 @@ export async function GET(
|
|||
const res = new NextServerResponse()
|
||||
return res.status(200).rss(data, format)
|
||||
}
|
||||
|
||||
export const dynamic = "force-dynamic"
|
||||
|
|
|
|||
Loading…
Reference in New Issue