Skip to content

Commit

Permalink
chore(move): change default lang
Browse files Browse the repository at this point in the history
  • Loading branch information
Fupete committed Dec 24, 2023
1 parent 5cbfd58 commit 07207a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPlugin(EleventyPluginSyntaxhighlight)
eleventyConfig.addPlugin(EleventyPluginReadingTime)
eleventyConfig.addPlugin(EleventyI18nPlugin, {
defaultLanguage: "it",
defaultLanguage: "en",
errorMode: "allow-fallback"
})
eleventyConfig.addPlugin(EleventyVitePlugin, {
Expand Down

0 comments on commit 07207a4

Please sign in to comment.