Skip to content

Commit

Permalink
Merge pull request #27 from Revolution-Hacks/rip-mini
Browse files Browse the repository at this point in the history
remove mini
  • Loading branch information
transcental authored Jan 9, 2025
2 parents d9cfd8f + 877392d commit 1240ba1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/hooks.server.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import TextFontURL from '$lib/fonts/DMSans.text.woff2?url';
import Bomb from '$lib/bomb.zstd?arraybuffer'
import Bomb from '$lib/bomb.zstd?arraybuffer';
import type { Handle } from '@sveltejs/kit';

const PRELOADED_FONTS = [TextFontURL];
Expand Down
1 change: 0 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<a class="header" href="/">Revolution</a>
<div class="content">
<ul>
<li><a href="/mini">Revolution (mini)</a></li>
<li><a href="https://hackclub.com/slack/">Hack Club Slack (talk to us!)</a></li>
<li><a href="https://github.com/Revolution-Hacks/revolution">Source code</a></li>
<li><a href="https://hcb.hackclub.com/revolution">Financials</a></li>
Expand Down
4 changes: 3 additions & 1 deletion static/robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ Allow: /
User-agent: *
Disallow: /_app/
Disallow: /email
Disallow: /email/
Disallow: /email/
Disallow: /mini
Disallow: /mini/

0 comments on commit 1240ba1

Please sign in to comment.