We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b19ac5 commit 9ecf4d6Copy full SHA for 9ecf4d6
2 files changed
create-redirects.js
@@ -3,8 +3,7 @@ import { existsSync, mkdirSync } from 'fs';
3
4
const redirects = [
5
['/aboutUs.html', "/about-us"],
6
- ['/ourSites.html', "/our-sites"],
7
- ['/donate.html', "/donate"]
+ ['/ourSites.html', "/our-sites"]
8
];
9
10
const template =
src/routes/donate.html/+page.svelte
0 commit comments