修复首页ssr不更新
This commit is contained in:
parent
edd0a85439
commit
63ed49e762
@ -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: "抖歪作品集,记录当下时代的精彩瞬间",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user