updating site
Some checks failed
Build and Deploy docker container / build (push) Failing after 3m28s
Some checks failed
Build and Deploy docker container / build (push) Failing after 3m28s
This commit is contained in:
@ -14,7 +14,7 @@ export default function sitemap(): MetadataRoute.Sitemap {
|
||||
lastModified: post.lastmod || post.date,
|
||||
}))
|
||||
|
||||
const routes = ['', 'blog', 'projects', 'tags'].map((route) => ({
|
||||
const routes = ['', 'blog','likes', 'projects', 'tags'].map((route) => ({
|
||||
url: `${siteUrl}/${route}`,
|
||||
lastModified: new Date().toISOString().split('T')[0],
|
||||
}))
|
||||
|
@ -1 +1 @@
|
||||
{"cygnus":1,"self-hosted":1,"server":1,"python":1,"projects":1,"code":1}
|
||||
{"art":1,"store":1,"melis-sweetsimple":1,"visual-studio-code":1,"guide":3,"tailwind-nextjs-starter-blog":1,"github":1,"python":1,"projects":1,"code":1,"cygnus":1,"self-hosted":1,"server":1,"next-js":1}
|
Reference in New Issue
Block a user