mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-02-06 09:55:50 +00:00
Fix depreciation warnings
I couldn't see any difference in using `transition`, `pageTransition` or neither of those, so I decided to disable the configuration completely.
This commit is contained in:
parent
210cd49230
commit
4b459c9974
@ -21,10 +21,10 @@ module.exports = {
|
||||
|
||||
modern: !dev ? 'server' : false,
|
||||
|
||||
transition: {
|
||||
name: 'slide-up',
|
||||
mode: 'out-in',
|
||||
},
|
||||
// transition: {
|
||||
// name: 'slide-up',
|
||||
// mode: 'out-in',
|
||||
// },
|
||||
|
||||
env: {
|
||||
// pages which do NOT require a login
|
||||
@ -162,7 +162,9 @@ module.exports = {
|
||||
// Give apollo module options
|
||||
apollo: {
|
||||
tokenName: 'human-connection-token', // optional, default: apollo-token
|
||||
tokenExpires: 3, // optional, default: 7 (days)
|
||||
cookieAttributes: {
|
||||
expires: 3, // optional, default: 7 (days)
|
||||
},
|
||||
// includeNodeModules: true, // optional, default: false (this includes graphql-tag for node_modules folder)
|
||||
|
||||
// Watch loading state for all queries
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user