aboutsummaryrefslogtreecommitdiff
path: root/nuxt.config.js
diff options
context:
space:
mode:
authorKana <[email protected]>2021-01-21 00:51:43 +0900
committerGitHub <[email protected]>2021-01-21 00:51:43 +0900
commite779706ab7bf0ae9f41864ed4ecd34da24fc003e (patch)
tree2b7646a6d18e3d99d55f5ead102a82870e21f54a /nuxt.config.js
parentchore: remove console logs (diff)
parentfeat: prevent embeds being nsfw (diff)
downloadhost.fuwn.me-e779706ab7bf0ae9f41864ed4ecd34da24fc003e.tar.xz
host.fuwn.me-e779706ab7bf0ae9f41864ed4ecd34da24fc003e.zip
Merge pull request #254 from WeebDev/feature/ssr
Feature/ssr
Diffstat (limited to 'nuxt.config.js')
-rw-r--r--nuxt.config.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuxt.config.js b/nuxt.config.js
index b269998..80fbb4f 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -16,7 +16,7 @@ const clientConfig = {
};
export default {
- mode: 'spa',
+ ssr: true,
server: {
port: process.env.WEBSITE_PORT
},
@@ -66,7 +66,6 @@ export default {
'~/plugins/vue-isyourpasswordsafe',
'~/plugins/vue-timeago',
'~/plugins/vuebar',
- '~/plugins/nuxt-client-init',
'~/plugins/notifier',
'~/plugins/handler'
],