/[sudobot]/trunk/docs/app/blog/layout.tsx
ViewVC logotype

Contents of /trunk/docs/app/blog/layout.tsx

Parent Directory Parent Directory | Revision Log Revision Log


Revision 627 - (show annotations)
Sat Sep 7 09:42:28 2024 UTC (6 months, 3 weeks ago) by rakinar2
File MIME type: application/typescript
File size: 288 byte(s)
chore: add new files

1 import BlogLayout from "@/components/Layouts/BlogLayout";
2 import { Metadata } from "next";
3
4 export const metadata: Metadata = {
5 title: {
6 default: "SudoBot Blog",
7 template: "%s | SudoBot Blog",
8 },
9 description: "The SudoBot Blog",
10 };
11
12 export default BlogLayout;

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26