We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17a5ed commit 40fea9dCopy full SHA for 40fea9d
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/2.x/",
28
+ },
29
themeConfig: {
30
socialLinks: [
31
{ icon: "github", link: "https://github.com/cakephp/cakephp" },
0 commit comments