Skip to content

Instantly share code, notes, and snippets.

@Akhigbe-E
Created April 29, 2021 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akhigbe-E/dd46eb708682daf889507c93e23541f7 to your computer and use it in GitHub Desktop.
Save Akhigbe-E/dd46eb708682daf889507c93e23541f7 to your computer and use it in GitHub Desktop.
Head object
head: {
title: 'my website title',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{
hid: 'description',
name: 'description',
content: 'my website description'
}
],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment