You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gatsby-config.js
+5-1
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,10 @@ module.exports = {
65
65
},
66
66
nsSeparator: false,
67
67
},
68
+
/**
69
+
* `getLanguageFromPath` being true means you manually add the /:lang/ prefix, and the i18n plugin will not automatically create the corresponding page.
70
+
* If it is false, the opposite is true, and the default is false
0 commit comments