diff --git a/.env.example b/.env.example index bb272bc96..a9d338e74 100644 --- a/.env.example +++ b/.env.example @@ -35,6 +35,9 @@ MINIO_SECRET_KEY="minioadmin" # Blade URL BLADE_URL="http://localhost:3000" +NEXT_PUBLIC_BLADE_URL="http://localhost:3000" +BLOOMKNIGHTS_URL="http://localhost:3006" +KHIX_URL="http://localhost:3007" # Passkit WWDR_CERT_BASE64="wwdr-cert-b64" @@ -48,4 +51,4 @@ TEAM_IDENTIFIER="team-identifier" LISTMONK_URL="https://localhost/" LISTMONK_USER="ci" LISTMONK_TOKEN="ci" -LISTMONK_FROM_EMAIL="ci@localhost" \ No newline at end of file +LISTMONK_FROM_EMAIL="ci@localhost" diff --git a/README.md b/README.md index b2e124bff..027674832 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +

Forge

@@ -7,7 +7,7 @@ > [!NOTE] > -> Interested in learning more about this repository? Please join [Knight Hacks' community Discord server](https://discord.gg/ynr44H6KAY)! +> Interested in learning more about this repository? Please join [Knight Hacks' community Discord server](https://discord.knighthacks.org/)! ## 👋 Introduction @@ -30,7 +30,7 @@ If you would like to contribute to this repository, please read our [contributin ## ❓ FAQ -If you have any questions, please ask them in [our community Discord server](https://discord.gg/ynr44H6KAY)! +If you have any questions, please ask them in [our community Discord server](https://discord.knighthacks.org/)! ## 📝 License diff --git a/apps/2025/src/app/layout.tsx b/apps/2025/src/app/layout.tsx index a49588318..e54175e25 100644 --- a/apps/2025/src/app/layout.tsx +++ b/apps/2025/src/app/layout.tsx @@ -53,7 +53,7 @@ export default function RootLayout({ - +