Skip to content

Commit 2f6cf21

Browse files
committed
fix: sitemap.xml 오류 수정 #149
1 parent dcd6010 commit 2f6cf21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

next-sitemap.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/** @type {import('next-sitemap').IConfig} */
22
const NextSitemapConfig = {
3-
siteUrl: "https://nextarter-chakra.sznm.dev",
3+
siteUrl: "https://springfall.cc",
44
generateRobotsTxt: true,
5+
exclude: ["/admin/*", "/api/*", "/auth/*"],
56
};
67

78
module.exports = NextSitemapConfig;

0 commit comments

Comments
 (0)