FEAT: ADD RAMMER(HELL)HEAD

This commit is contained in:
rift 2023-12-20 21:26:58 -06:00
parent af18beb134
commit 4f13c42b6e
4 changed files with 202 additions and 4 deletions

View file

@ -18,7 +18,7 @@ export function App() {
<Router>
<Route path="/" component={Home} />
<Route path="/discord" component={DiscordPage} />
<Route path="/proxyframe/:id" component={ProxyFrame} />
<Route path="/go/:url" component={ProxyFrame} />
<Route path="/settings" component={Settings} />
<Route default component={NotFound} />
</Router>