Skip to content

Commit

Permalink
OK-652 uniikimpi nimeäminen
Browse files Browse the repository at this point in the history
  • Loading branch information
marjakari committed Nov 14, 2024
1 parent 5085f4a commit b140e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/lib/sovellus-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ export class SovellusStack extends cdk.Stack {
* Uusi raportointikäyttöliittymä
*/
const domainName = `https://viestinvalitys.${publicHostedZones[props.environmentName]};`
const nextjs = new Nextjs(this, 'Nextjs', {
const nextjs = new Nextjs(this, 'Viestinvalitys-nextjs', {
nextjsPath: '../viestinvalitys-raportointi', // relative path from your project root to NextJS
buildCommand: 'pwd && npx --yes open-next@^2 build -- --build-command "npm run noop"',
basePath: '/raportointi',
Expand Down

0 comments on commit b140e2d

Please sign in to comment.