We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac9b96 commit e47be71Copy full SHA for e47be71
src/app/layout.config.tsx
@@ -1,6 +1,7 @@
1
import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared"
2
import Image from "next/image"
3
import { SiDiscord } from "@icons-pack/react-simple-icons"
4
+import { RssIcon } from "lucide-react"
5
/**
6
* Shared layout configurations
7
*
@@ -18,6 +19,13 @@ export const baseOptions: BaseLayoutProps = {
18
19
),
20
},
21
links: [
22
+ {
23
+ type: "icon",
24
+ label: "Blog",
25
+ icon: <RssIcon />,
26
+ text: "Blog",
27
+ url: "/blog",
28
+ },
29
{
30
type: "icon",
31
label: "Discord",
0 commit comments