mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-13 08:22:22 +00:00
Update page.tsx
This commit is contained in:
parent
7f55a8f0ac
commit
e250cd8a94
@ -6,6 +6,7 @@ import * as gfm from "remark-gfm" // ✅ Asegura la correcta importación de `re
|
|||||||
import dynamic from "next/dynamic"
|
import dynamic from "next/dynamic"
|
||||||
import React from "react"
|
import React from "react"
|
||||||
import parse from "html-react-parser"
|
import parse from "html-react-parser"
|
||||||
|
import Footer from "@/components/footer"
|
||||||
|
|
||||||
// 🔹 Importamos `CopyableCode` dinámicamente para evitar problemas de SSR
|
// 🔹 Importamos `CopyableCode` dinámicamente para evitar problemas de SSR
|
||||||
const CopyableCode = dynamic(() => import("@/components/CopyableCode"), { ssr: false })
|
const CopyableCode = dynamic(() => import("@/components/CopyableCode"), { ssr: false })
|
||||||
@ -67,6 +68,7 @@ export default async function ChangelogPage() {
|
|||||||
<h1 className="text-4xl font-bold mb-8">Changelog</h1>
|
<h1 className="text-4xl font-bold mb-8">Changelog</h1>
|
||||||
<div className="prose max-w-none text-[16px]">{parsedContent}</div> {/* 📌 Texto ajustado a 16px */}
|
<div className="prose max-w-none text-[16px]">{parsedContent}</div> {/* 📌 Texto ajustado a 16px */}
|
||||||
</div>
|
</div>
|
||||||
|
<Footer />
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user