Skip to content

Commit 83051c0

Browse files
committed
fix redirects
Signed-off-by: Gil Desmarais <git@desmarais.de>
1 parent b5f03b5 commit 83051c0

5 files changed

Lines changed: 3 additions & 220 deletions

File tree

404.html

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

astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import starlight from "@astrojs/starlight";
66
export default defineConfig({
77
site: "https://html2rss.github.io",
88
base: "/",
9+
redirects: {
10+
// Only redirect actual old Jekyll URLs that need to be redirected
11+
},
912
integrations: [
1013
starlight({
1114
title: "html2rss",

public/404.html

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

public/_redirects

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

src/middleware.ts

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

0 commit comments

Comments
 (0)