diff options
| author | Zephyrrus <[email protected]> | 2021-01-07 21:36:26 +0200 |
|---|---|---|
| committer | Zephyrrus <[email protected]> | 2021-01-07 21:36:26 +0200 |
| commit | d4b1550439d36035d44253b87a9b9ef0dced7724 (patch) | |
| tree | 69185e1040272f84c33410c0f91c0a40c0f24f97 /nuxt.config.js | |
| parent | fix: use PassThrough from FileType to get the real mimetype of a file while i... (diff) | |
| download | host.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.js | 3 |
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 }, |