We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba55457 commit f9d70d4Copy full SHA for f9d70d4
frontend/next.config.js
@@ -4,6 +4,7 @@ const { PHASE_DEVELOPMENT_SERVER } = require('next/constants');
4
const amplifyConfig = require('./amplify_outputs.json');
5
6
const basePath = process.env.NEXT_PUBLIC_BASE_PATH ?? '/templates';
7
+const domain = process.env.NOTIFY_DOMAIN_NAME ?? 'localhost:3000';
8
9
const nextConfig = (phase) => {
10
const isDevServer = phase === PHASE_DEVELOPMENT_SERVER;
0 commit comments