Skip to content

Commit

Permalink
make website indexable
Browse files Browse the repository at this point in the history
  • Loading branch information
Applelo committed Nov 26, 2023
1 parent 1da838c commit a7af4f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit a7af4f9

Please sign in to comment.