Просмотр исходного кода

fix: remove default description meta

Acathur 5 лет назад
Родитель
Сommit
8ed80f184b
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      nuxt.config.js

+ 4 - 4
nuxt.config.js

@@ -97,10 +97,10 @@ module.exports = {
         name: "robots",
         content: "noindex,follow"
       },
-      {
-        name: "description",
-        content: pkg.description
-      },
+      // {
+      //   name: "description",
+      //   content: pkg.description
+      // },
       {
         "http-equiv": "Cache-Control",
         content: "no-transform"