Skip to content

Commit

Permalink
chore: allow indexing (#44)
Browse files Browse the repository at this point in the history
Allows indexing the docs by crawlers.
  • Loading branch information
0x0dr1y authored Nov 22, 2024
1 parent aa0a257 commit b850fd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default defineConfig({
metaChunk: true,
head: [
['link', {rel: 'icon', href: '/favicon.ico'}],
['meta', {name: "robots", content: "noindex"}],
['meta', {name: 'theme-color', content: '#ffd744'}],
['meta', {property: 'og:type', content: 'website'}],
['meta', {property: 'og:locale', content: 'en'}],
Expand Down

0 comments on commit b850fd8

Please sign in to comment.