|
@@ -5,11 +5,19 @@ module.exports = {
|
|
** Headers of the page
|
|
** Headers of the page
|
|
*/
|
|
*/
|
|
head: {
|
|
head: {
|
|
- title: process.env.npm_package_name || '',
|
|
|
|
|
|
+ title: 'NuxtJS Programming Courses | Yongun', //title: process.env.npm_package_name || '',
|
|
meta: [
|
|
meta: [
|
|
{ charset: 'utf-8' },
|
|
{ charset: 'utf-8' },
|
|
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
|
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
|
- { hid: 'description', name: 'description', content: process.env.npm_package_description || '' }
|
|
|
|
|
|
+ // { hid: 'description', name: 'description', content: process.env.npm_package_description || '' }
|
|
|
|
+ { hid: 'description', name: 'description', content: process.env.npm_package_description || '' },
|
|
|
|
+ { hid: 'og:title', name: 'og:title', content: 'Learn from amazing courses | Filip Jerga' },
|
|
|
|
+ { hid: 'og:locale', name: 'og:locale', content: 'en_EU' },
|
|
|
|
+ { hid: 'og:url', name: 'og:url', content: process.env.BASE_URL || 'http://localhost:3000' },
|
|
|
|
+ { hid: 'og:type', name: 'og:type', content: 'website' },
|
|
|
|
+ { hid: 'og:image', name: 'og:image', content: 'https://images.unsplash.com/photo-1484417894907-623942c8ee29?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2389&q=80' },
|
|
|
|
+ { hid: 'og:description', name: 'og:description', content: 'udemy에 동영상 컨텐츠를 배포하기 위해서 제작된 프로젝트' },
|
|
|
|
+
|
|
],
|
|
],
|
|
link: [
|
|
link: [
|
|
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
|
|
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
|