fix : reload pages 404 error
This commit is contained in:
@@ -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"],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user