Skip to content

Commit 9ecf4d6

Browse files
committed
remove donate redirect
1 parent 7b19ac5 commit 9ecf4d6

2 files changed

Lines changed: 1 addition & 27 deletions

File tree

create-redirects.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ import { existsSync, mkdirSync } from 'fs';
33

44
const redirects = [
55
['/aboutUs.html', "/about-us"],
6-
['/ourSites.html', "/our-sites"],
7-
['/donate.html', "/donate"]
6+
['/ourSites.html', "/our-sites"]
87
];
98

109
const template =

src/routes/donate.html/+page.svelte

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

0 commit comments

Comments
 (0)