Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Last active June 6, 2018 18:36
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 uno-de-piera/607bd7498b86975ff4d7a74e4afe5572 to your computer and use it in GitHub Desktop.
Save uno-de-piera/607bd7498b86975ff4d7a74e4afe5572 to your computer and use it in GitHub Desktop.
head: {
title: 'hola-mundo',
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', type: 'text/css', href: 'https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css' },
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment