We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d17617 commit 645f799Copy full SHA for 645f799
2 files changed
website/src/app/layout.tsx
@@ -29,7 +29,7 @@ export default function RootLayout({
29
{children}
30
<Script
31
defer
32
- data-domain="pgconsole.dev"
+ data-domain="pgconsole.com"
33
src="https://plausible.io/js/pa-Nq602ndKUqnKATu5ioKYY.js"
34
strategy="afterInteractive"
35
/>
website/src/app/sitemap.ts
@@ -1,7 +1,7 @@
1
import type { MetadataRoute } from 'next'
2
import { getPosts } from '@/lib/blog'
3
4
-const BASE_URL = 'https://pgconsole.dev'
+const BASE_URL = 'https://www.pgconsole.com'
5
6
export default function sitemap(): MetadataRoute.Sitemap {
7
const posts = getPosts()
0 commit comments