修复首页ssr不更新

This commit is contained in:
feie9454 2025-11-29 21:29:07 +08:00
parent edd0a85439
commit 63ed49e762

View File

@ -5,6 +5,8 @@ import type { FeedItem } from "./types/feed";
import type { Metadata } from "next"; import type { Metadata } from "next";
import { getFileUrl } from "@/lib/minio"; import { getFileUrl } from "@/lib/minio";
export const dynamic = "force-dynamic";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "作品集 - 抖歪", title: "作品集 - 抖歪",
description: "抖歪作品集,记录当下时代的精彩瞬间", description: "抖歪作品集,记录当下时代的精彩瞬间",