Update page.tsx

This commit is contained in:
MacRimi 2025-02-16 13:09:45 +01:00 committed by GitHub
parent 37c8f4221f
commit b9c4ff3f6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ import fs from "fs"
import path from "path"
import matter from "gray-matter"
import Link from "next/link"
import Footer from "@/components/footer2"
import Footer2 from "@/components/footer2"
const guidesDirectory = path.join(process.cwd(), "..", "guides")