mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-04 13:07:02 -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');
|
||||
|
||||
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: [
|
||||
|
Loading…
Reference in New Issue
Block a user