Add confluence connector page

This commit is contained in:
Weves
2023-05-22 19:49:49 -07:00
committed by Chris Weaver
parent 49804dcc44
commit b05bf963bf
11 changed files with 124 additions and 25 deletions

View File

@ -6,7 +6,7 @@ const nextConfig = {
output: "standalone",
redirects: async () => {
// In production, something else (nginx in the one box setup) should take
// care of this redirect. TODO (chris): better support setups where
// care of this redirect. TODO (chris): better support setups where
// web_server and api_server are on different machines.
if (process.env.NODE_ENV === "production") return [];