Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -48,4 +51,4 @@ TEAM_IDENTIFIER="team-identifier"
LISTMONK_URL="https://localhost/"
LISTMONK_USER="ci"
LISTMONK_TOKEN="ci"
LISTMONK_FROM_EMAIL="ci@localhost"
LISTMONK_FROM_EMAIL="ci@localhost"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<div align="center">
<a href="https://discord.gg/ynr44H6KAY">
<a href="https://discord.knighthacks.org/">
<img width="125" height="125" src="./.github/knight-hacks-logo.svg"/>
</a>
<h1>Forge</h1>
</div>

> [!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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion apps/2025/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function RootLayout({
<link rel="preload" as="image" href="/about-graphic.svg" />
<link rel="preload" as="image" href="/comic.svg" />
<link rel="dns-prefetch" href="//mlh.io" />
<link rel="dns-prefetch" href="//discord.knighthacks.org" />
<link rel="dns-prefetch" href="//discord.knighthacks.org/" />
<script
dangerouslySetInnerHTML={{
__html: `
Expand Down
Loading
Loading