This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git


The following commit(s) were added to refs/heads/master by this push:
     new 5773795  remove description meta
5773795 is described below

commit 5773795bcde2239efa5c5c391b1328ec598e3281
Author: plainheart <y...@all-my-life.cn>
AuthorDate: Sun Nov 13 22:12:41 2022 +0800

    remove description meta
---
 nuxt.config.js | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/nuxt.config.js b/nuxt.config.js
index fddb8fe..a68f067 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -1,5 +1,4 @@
 import config from './configs/config'
-import { description } from './package.json'
 
 if (process.env.NODE_ENV === 'production') {
   console.log('Deploying to ...', process.env.NUXT_ENV_DEPLOY)
@@ -46,12 +45,7 @@ export default {
     titleTemplate: chunk => `${chunk ? chunk + ' - ' : ''}Handbook - Apache 
ECharts`,
     meta: [
       { charset: 'utf-8' },
-      { name: 'viewport', content: 'width=device-width, initial-scale=1' },
-      {
-        hid: 'description',
-        name: 'description',
-        content: description || ''
-      }
+      { name: 'viewport', content: 'width=device-width, initial-scale=1' }
     ],
     link: [
       {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to