Skip to content

Commit

Permalink
remove config no longer needed since style10
Browse files Browse the repository at this point in the history
  • Loading branch information
nsandstrom committed Feb 25, 2025
1 parent b35a994 commit ff41f0a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion config/serverSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ module.exports = {
studentSearch: '1.1066521',
studentFooter: '1.1066523',
},
globalLink: false,
},

// Logging
Expand Down
5 changes: 0 additions & 5 deletions server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,9 @@ server.use(
config.proxyPrefixPath.uri,
cortinaMiddleware({
blockApiUrl: config.blockApi.blockUrl,
proxyPrefixPath: config.proxyPrefixPath.uri,
hostUrl: config.hostUrl,
redisConfig: config.cache.cortinaBlock.redis,
globalLink: config.blockApi.globalLink,
blocksConfig: config.blockApi.addBlocks,
redisKey: config.cache.cortinaBlock.redisKey,
useStyle10: true,
// globalLink: true ---> don't use it, because we use local site language link, not global kth link
})
)

Expand Down

0 comments on commit ff41f0a

Please sign in to comment.