We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ca810 commit 61d9189Copy full SHA for 61d9189
.eleventy.js
@@ -37,7 +37,7 @@ module.exports = function (eleventyConfig) {
37
// eleventyConfig.addPlugin(EleventyPluginReadingTime)
38
eleventyConfig.addPlugin(EleventyI18nPlugin, {
39
defaultLanguage: "en",
40
- errorMode: "allow-fallback"
+ errorMode: "never"
41
})
42
eleventyConfig.addPlugin(EleventyVitePlugin, {
43
tempFolderName: './.11ty-vite',
0 commit comments