mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-01 23:56:18 +00:00
Update page.tsx
This commit is contained in:
@@ -8,7 +8,7 @@ import parse from "html-react-parser"
|
|||||||
import Footer from "@/components/footer"
|
import Footer from "@/components/footer"
|
||||||
import RSSLink from "@/components/rss-link"
|
import RSSLink from "@/components/rss-link"
|
||||||
|
|
||||||
// Import CopyableCode dynamically to avoid SSR issues
|
|
||||||
const CopyableCode = dynamic(() => import("@/components/CopyableCode"), { ssr: false })
|
const CopyableCode = dynamic(() => import("@/components/CopyableCode"), { ssr: false })
|
||||||
|
|
||||||
async function getChangelogContent() {
|
async function getChangelogContent() {
|
||||||
|
Reference in New Issue
Block a user