Skip to content

Commit

Permalink
fix: og underfined var in link preview
Browse files Browse the repository at this point in the history
  • Loading branch information
tikagan committed Jul 9, 2023
1 parent 74d1579 commit 789611f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ export default {
// /////////////////////////////////////////////////////// Headers of the Page
// ---------------------------------------------------------------------------
head: {
title: 'Data Programs',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: 'Data Programs' }
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon/favicon-96x96.png', sizes: '96x96' }
Expand Down

0 comments on commit 789611f

Please # to comment.