update nuxt rendering property

This commit is contained in:
Jonathan Shook 2020-09-16 22:56:49 -05:00
parent 238a5f02fa
commit 5ddf423d21

View File

@ -4,8 +4,7 @@ import colors from 'vuetify/es5/util/colors'
// var path = require('path');
export default {
// target: 'static',
mode: 'spa',
ssr: false,
/*
** Headers of the page
*/
@ -15,7 +14,10 @@ export default {
title: process.env.npm_package_name || '',
meta: [
{charset: 'utf-8'},
{name: 'viewport', content: 'width=device-width, initial-scale=1'},
{
name: 'viewport',
content: 'width=device-width, initial-scale=1'
},
{hid: 'description', name: 'description', content: process.env.npm_package_description || ''}
],
link: [