generated from darkicewolf50/ssg-sveltekit-template
feat(sitemap): changed base url for correct sitemap
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { format } from 'date-fns';
|
||||
|
||||
export const GET = async () => {
|
||||
const baseUrl = 'https://yourdomain.com'; // Change to your domain
|
||||
const baseUrl = 'https://darkicewolf50.pages.dev';
|
||||
|
||||
const staticPages = [
|
||||
'', // homepage
|
||||
|
Reference in New Issue
Block a user