chore: update repository URL and simplify main.tsx rendering

- Changed the repository URL in package.json and apps/web/package.json to reflect the new GitHub location.
- Removed StrictMode wrapper from the main.tsx file to streamline rendering of the RouterProvider component.
- Updated ActionGroup component to use dynamic repository URL for GitHub link.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-06-06 20:42:45 +08:00
parent 70a1fe4d8c
commit 7d7d3ca159
4 changed files with 5 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
"packageManager": "pnpm@10.11.1",
"repository": {
"type": "git",
"url": "https://github.com/innei/photo-gallery"
"url": "https://github.com/Iris-Photo-Gallery/Iris"
},
"scripts": {
"build": "pnpm --filter @photo-gallery/web build",