mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
update nuxt rendering property
This commit is contained in:
parent
238a5f02fa
commit
5ddf423d21
@ -4,8 +4,7 @@ import colors from 'vuetify/es5/util/colors'
|
|||||||
// var path = require('path');
|
// var path = require('path');
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
// target: 'static',
|
ssr: false,
|
||||||
mode: 'spa',
|
|
||||||
/*
|
/*
|
||||||
** Headers of the page
|
** Headers of the page
|
||||||
*/
|
*/
|
||||||
@ -15,7 +14,10 @@ export default {
|
|||||||
title: process.env.npm_package_name || '',
|
title: process.env.npm_package_name || '',
|
||||||
meta: [
|
meta: [
|
||||||
{charset: 'utf-8'},
|
{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 || ''}
|
{hid: 'description', name: 'description', content: process.env.npm_package_description || ''}
|
||||||
],
|
],
|
||||||
link: [
|
link: [
|
||||||
|
Loading…
Reference in New Issue
Block a user