fix : reload pages 404 error

This commit is contained in:
GuillaumeSD
2025-05-17 03:47:04 +02:00
parent 653f3f1de4
commit e7e4b737e9
2 changed files with 29 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ const app = new cdk.App();
new AppStack(app, "FreechessWebapp", {
env: { region: "eu-west-3", account: process.env.CDK_DEFAULT_ACCOUNT },
domainName: "chesskit.org",
pagePaths: ["play", "database"],
});