✨ Adds intro and contacts
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
title: "Daniel's portfolio",
|
||||
modules: ["@nuxt/a11y", "@nuxt/ui", "@nuxtjs/i18n"],
|
||||
i18n: {
|
||||
defaultLocale: "en",
|
||||
@@ -11,6 +10,11 @@ export default defineNuxtConfig({
|
||||
{ code: "de", name: "Deutsch", file: "de.json" },
|
||||
],
|
||||
},
|
||||
app: {
|
||||
head: {
|
||||
charset: "utf-8",
|
||||
},
|
||||
},
|
||||
routeRules: {
|
||||
"/": { prerender: true },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user