Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a133e22

Browse files
ctrl07kkrishguptaa
andauthored
feat: add sitemap (#329)
Co-authored-by: Krish Gupta <xkrishguptaa@gmail.com>
1 parent cf904bd commit a133e22

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/app/sitemap.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
export default function sitemap() {
2+
return [
3+
{
4+
url: 'https://eddiehub.org',
5+
lastModified: new Date(),
6+
changeFrequency: 'monthly',
7+
priority: 1,
8+
},
9+
]
10+
}

0 commit comments

Comments
 (0)