Skip to content

Commit 438b69f

Browse files
committed
Add sitemap.xml configuration
1 parent dc727e0 commit 438b69f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ export default {
2323
rewrites: {
2424
"en/:slug*": ":slug*",
2525
},
26+
sitemap: {
27+
hostname: "https://book.cakephp.org/5.x/",
28+
},
2629
themeConfig: {
2730
socialLinks: [
2831
{ icon: "github", link: "https://github.com/cakephp/cakephp" },

0 commit comments

Comments
 (0)