aboutsummaryrefslogtreecommitdiff
path: root/nuxt.config.js
diff options
context:
space:
mode:
authorZephyrrus <[email protected]>2021-01-07 21:36:26 +0200
committerZephyrrus <[email protected]>2021-01-07 21:36:26 +0200
commitd4b1550439d36035d44253b87a9b9ef0dced7724 (patch)
tree69185e1040272f84c33410c0f91c0a40c0f24f97 /nuxt.config.js
parentfix: use PassThrough from FileType to get the real mimetype of a file while i... (diff)
downloadhost.fuwn.me-d4b1550439d36035d44253b87a9b9ef0dced7724.tar.xz
host.fuwn.me-d4b1550439d36035d44253b87a9b9ef0dced7724.zip
chore: update knex, mdi/font, nuxtjs/axios, nuxt, systeminformation
chore: remove deprecated mode from nuxt.config.js
Diffstat (limited to 'nuxt.config.js')
-rw-r--r--nuxt.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuxt.config.js b/nuxt.config.js
index b269998..ff676cd 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -16,7 +16,8 @@ const clientConfig = {
};
export default {
- mode: 'spa',
+ // mode: 'spa', // mode option is deprecated. Please use ssr: true for universal mode or ssr: false for spa mode and remove mode from nuxt.config
+ ssr: 'false',
server: {
port: process.env.WEBSITE_PORT
},