Skip to content

Commit 645f799

Browse files
committed
chore: fix stiemap
1 parent 8d17617 commit 645f799

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

website/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function RootLayout({
2929
{children}
3030
<Script
3131
defer
32-
data-domain="pgconsole.dev"
32+
data-domain="pgconsole.com"
3333
src="https://plausible.io/js/pa-Nq602ndKUqnKATu5ioKYY.js"
3434
strategy="afterInteractive"
3535
/>

website/src/app/sitemap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { MetadataRoute } from 'next'
22
import { getPosts } from '@/lib/blog'
33

4-
const BASE_URL = 'https://pgconsole.dev'
4+
const BASE_URL = 'https://www.pgconsole.com'
55

66
export default function sitemap(): MetadataRoute.Sitemap {
77
const posts = getPosts()

0 commit comments

Comments
 (0)