diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-08-04 22:34:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-04 22:34:06 +0200 |
commit | 2fdd492558b0d02b2f7e17263f4e88df32352d78 (patch) | |
tree | 6edb3eb830483ba9bbc487c722d36c93ed72d35f | |
parent | 163947f81a92682ae4ea2f485af612880edfbce6 (diff) | |
download | puszcza-2fdd492558b0d02b2f7e17263f4e88df32352d78.tar.gz puszcza-2fdd492558b0d02b2f7e17263f4e88df32352d78.zip |
Rename 'name' to 'propertry'
-rw-r--r-- | nuxt.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nuxt.config.js b/nuxt.config.js index 7c63f0c..012a8ec 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -22,7 +22,7 @@ export default { { name: 'robots', content: 'all' }, { hid: 'description', - name: 'description', + property: 'description', content: process.env.npm_package_description || '', }, { @@ -31,7 +31,7 @@ export default { }, { hid: 'og:image', - name: 'og:image', + property: 'og:image', content: `${BASE_URL}/assets/og/default.jpg`, }, ], |