mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-21 15:09:43 +00:00
fix
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import BLOG from '@/blog.config'
|
||||
import fs from 'fs'
|
||||
import { siteConfig } from './config'
|
||||
/**
|
||||
@@ -5,7 +6,7 @@ import { siteConfig } from './config'
|
||||
* @param {*} param0
|
||||
*/
|
||||
export async function generateSitemapXml({ allPages, NOTION_CONFIG }) {
|
||||
const link = siteConfig('LINK', null, NOTION_CONFIG)
|
||||
const link = siteConfig('LINK', BLOG.LINK, NOTION_CONFIG)
|
||||
const urls = [
|
||||
{
|
||||
loc: `${link}`,
|
||||
|
||||
Reference in New Issue
Block a user