Skip to content

Commit

Permalink
fix: allow crawler indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
vis97c committed May 8, 2024
1 parent e4fa74e commit 9137356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineNuxtConfig({
meta: [
{ charset: "utf-8" },
{ name: "viewport", content: "width=device-width, initial-scale=1" },
{ name: "robots", content: "noindex, nofollow" },
{ name: "robots", content: "index, follow" },
],
link: [
{
Expand Down

0 comments on commit 9137356

Please sign in to comment.