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 1c415f4 commit 529b5efCopy full SHA for 529b5ef
app/layout.tsx
@@ -7,7 +7,7 @@ import ArticleContextProvider from "@/context/ArticleContext";
7
8
export const metadata: Metadata = {
9
title: "L.A.P Docs",
10
- description: "Art & Life",
+ description: "Simplicity in Tech. L.A.P aims to make tech simple as possible for everyone.",
11
};
12
13
export default function RootLayout({
@@ -20,7 +20,7 @@ export default function RootLayout({
20
<head>
21
<link
22
rel="icon"
23
- href="/logos/FyrreMagazineFavicon.svg"
+ href="/logos/LAP-Logo-Color.png"
24
type="image/x-icon"
25
/>
26
</head>
app/magazine/[title]/page.tsx renamed to app/posts/[title]/page.tsx
app/magazine/page.tsx renamed to app/posts/page.tsx
0 commit comments