Skip to content

Commit

Permalink
polkusäätöä
Browse files Browse the repository at this point in the history
  • Loading branch information
marjakari committed Nov 13, 2024
1 parent 805647f commit 78b18aa
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 @@ -426,7 +426,7 @@ export class SovellusStack extends cdk.Stack {
*/
const domainName = `https://viestinvalitys.${publicHostedZones[props.environmentName]};`
const nextjs = new Nextjs(this, 'Nextjs', {
nextjsPath: 'viestinvalitys-raportointi', // relative path from your project root to 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',
environment: {
Expand Down

0 comments on commit 78b18aa

Please sign in to comment.