diff --git a/next.config.js b/next.config.js new file mode 100644 index 0000000..0134ced --- /dev/null +++ b/next.config.js @@ -0,0 +1,6 @@ +module.exports = { + i18n: { + locales: ["is"], + defaultLocale: 'is' + } +} \ No newline at end of file diff --git a/src/components/Layout.js b/src/components/Layout.js index 75c0057..0caac17 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -13,7 +13,6 @@ const DefaultHtmlHead = (props) => { return ( -