Skip to content

Commit f9d70d4

Browse files
CCM-8985: Fix linting
1 parent ba55457 commit f9d70d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const { PHASE_DEVELOPMENT_SERVER } = require('next/constants');
44
const amplifyConfig = require('./amplify_outputs.json');
55

66
const basePath = process.env.NEXT_PUBLIC_BASE_PATH ?? '/templates';
7+
const domain = process.env.NOTIFY_DOMAIN_NAME ?? 'localhost:3000';
78

89
const nextConfig = (phase) => {
910
const isDevServer = phase === PHASE_DEVELOPMENT_SERVER;

0 commit comments

Comments
 (0)