diff --git a/nuxt.config.js b/nuxt.config.js index ea81f0db..3b2eff8f 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -10,7 +10,7 @@ export default defineNuxtConfig({ */ routeRules: { // TODO: prerender / but not if there are query params - '/': {}, + '/': { swr: true }, '/posts/**': { swr: 60 * 5 @@ -274,6 +274,10 @@ export default defineNuxtConfig({ } }, + schemaOrg: { + default: false + }, + /** @type {import('@nuxtjs/sitemap').ModuleOptions} */ sitemap: { autoLastmod: true,