Skip to content

Instantly share code, notes, and snippets.

@thefln
Created November 27, 2017 20:39
Show Gist options
  • Select an option

  • Save thefln/041526adb580068f0677920f338c1008 to your computer and use it in GitHub Desktop.

Select an option

Save thefln/041526adb580068f0677920f338c1008 to your computer and use it in GitHub Desktop.
head-object.js
head: {
title: 'snipcart-nuxt',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: 'Nuxt.js project' }
],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
{ rel: 'stylesheet', href:'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'},
{ rel: 'stylesheet', href:'https://cdnjs.cloudflare.com/ajax/libs/bulma/0.5.1/css/bulma.min.css'},
{ rel: 'stylesheet', href:'https://cdn.snipcart.com/themes/2.0/base/snipcart.min.css'}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment