From d1a6b2bc80c10074228d80047774f06335510220 Mon Sep 17 00:00:00 2001 From: Sebastien Chopin Date: Mon, 21 Aug 2017 11:42:17 +0200 Subject: [PATCH] update meta description --- examples/spa/nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/spa/nuxt.config.js b/examples/spa/nuxt.config.js index e69c605f2a..1ee2ae7dec 100644 --- a/examples/spa/nuxt.config.js +++ b/examples/spa/nuxt.config.js @@ -12,7 +12,7 @@ module.exports = { meta: [ { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' }, - { hid: 'description', name: 'description', content: '{{ description }}' } + { hid: 'description', name: 'description', content: 'Single Page Application made with Nuxt.js' } ], link: [ { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }