Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sistematico committed Dec 13, 2024
1 parent 9526455 commit e3fc0b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/sitemap.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { getBlogPosts } from './posts/utils'

export const baseUrl = 'https://paxa.dev'
export const dynamic = 'force-static'

export default async function sitemap() {
let blogs = getBlogPosts().map((post) => ({
Expand Down

0 comments on commit e3fc0b8

Please sign in to comment.