We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc727e0 commit 438b69fCopy full SHA for 438b69f
1 file changed
config.js
@@ -23,6 +23,9 @@ export default {
23
rewrites: {
24
"en/:slug*": ":slug*",
25
},
26
+ sitemap: {
27
+ hostname: "https://book.cakephp.org/5.x/",
28
+ },
29
themeConfig: {
30
socialLinks: [
31
{ icon: "github", link: "https://github.com/cakephp/cakephp" },
0 commit comments