Skip to content

Commit 1430ae6

Browse files
authored
Merge pull request #31 from Revolution-Hacks/revert-27-rip-mini
Revert "remove mini"
2 parents 8453777 + e9a6899 commit 1430ae6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/hooks.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import TextFontURL from '$lib/fonts/DMSans.text.woff2?url';
2-
import Bomb from '$lib/bomb.zstd?arraybuffer';
2+
import Bomb from '$lib/bomb.zstd?arraybuffer'
33
import type { Handle } from '@sveltejs/kit';
44

55
const PRELOADED_FONTS = [TextFontURL];

src/routes/+layout.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<a class="header" href="/">Revolution</a>
2323
<div class="content">
2424
<ul>
25+
<li><a href="/mini">Revolution (mini)</a></li>
2526
<li><a href="https://hackclub.com/slack/">Hack Club Slack (talk to us!)</a></li>
2627
<li><a href="https://github.com/Revolution-Hacks/revolution">Source code</a></li>
2728
<li><a href="https://hcb.hackclub.com/revolution">Financials</a></li>

static/robots.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ Allow: /
44
User-agent: *
55
Disallow: /_app/
66
Disallow: /email
7-
Disallow: /email/
8-
Disallow: /mini
9-
Disallow: /mini/
7+
Disallow: /email/

0 commit comments

Comments
 (0)