diff options
| author | Kana <[email protected]> | 2021-01-21 00:51:43 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-21 00:51:43 +0900 |
| commit | e779706ab7bf0ae9f41864ed4ecd34da24fc003e (patch) | |
| tree | 2b7646a6d18e3d99d55f5ead102a82870e21f54a /nuxt.config.js | |
| parent | chore: remove console logs (diff) | |
| parent | feat: prevent embeds being nsfw (diff) | |
| download | host.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.js | 3 |
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' ], |