From a7af4f90bc6d82e4466f409c10ad7d9795c5b0ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFs=20Boubault?= <7613286+Applelo@users.noreply.github.com> Date: Sun, 26 Nov 2023 17:21:01 +0100 Subject: [PATCH] make website indexable --- nuxt.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 39a6153..94cd9d4 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -8,14 +8,14 @@ export default defineNuxtConfig({ preset: 'vercel-edge', }, ui: { - icons: ['heroicons', 'simple-icons'], + icons: [ + 'heroicons', + 'simple-icons', + ], }, colorMode: { preference: 'dark', }, - robots: { - indexable: false, - }, experimental: { componentIslands: true, },