Parent Directory
|
Revision Log
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 |