Skip to content

Commit 15b7c8e

Browse files
authored
Remove deprecated 404 page and SPA redirect script from the project (#25)
1 parent 93234ac commit 15b7c8e

File tree

3 files changed

+0
-49
lines changed

3 files changed

+0
-49
lines changed

public/404.html

Lines changed: 0 additions & 32 deletions
This file was deleted.

public/spa-redirect.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/routes/__root.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ function RootDocument({ children }: { children: React.ReactNode }) {
144144
return (
145145
<html suppressHydrationWarning={true}>
146146
<head>
147-
<script src="/spa-redirect.js"></script>
148147
<HeadContent />
149148
</head>
150149
<body className="bg-background text-foreground antialiased">

0 commit comments

Comments
 (0)