소스 검색

remove empty description (prevent meta building on server side))

Olivier Massot 1 년 전
부모
커밋
ed64938f03
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      nuxt.config.ts

+ 0 - 1
nuxt.config.ts

@@ -53,7 +53,6 @@ export default defineNuxtConfig({
       meta: [
         { charset: 'utf-8' },
         { name: 'viewport', content: 'width=device-width, initial-scale=1' },
-        { hid: 'description', name: 'description', content: '' },
       ],
       link: [
         { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },