diff --git a/CHANGELOG.md b/CHANGELOG.md index 48ad83d3f..ab55ccab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Renamed `Account` to `accounts` in the `User` database schema +### Fixed + +- Fixed missing `/.well-known/assetlinks.json` for TWA + ## 2.168.0 - 2025-06-07 ### Added diff --git a/apps/client/project.json b/apps/client/project.json index 0bc04556a..4bb7fe296 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -185,7 +185,7 @@ "command": "shx cp -r apps/client/src/assets/* dist/apps/client/assets" }, { - "command": "shx cp -r apps/client/src/assets/.well-known/* dist/apps/client/.well-known" + "command": "shx cp -r apps/client/src/assets/.well-known/assetlinks.json dist/apps/client/.well-known" }, { "command": "shx cp apps/client/src/assets/favicon.ico dist/apps/client"