Nuxt/examples/with-firebase/nuxt.config.js

12 lines
288 B
JavaScript
Raw Normal View History

2018-03-16 16:12:06 +00:00
export default {
2017-02-25 03:37:05 +00:00
head: {
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
],
link: [
{ rel: 'stylesheet', href: 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css' }
]
}
}