added /feed page to replace /projects/small and /art/drawings; set up appropriate redirects
This commit is contained in:
5
src/routes/art/drawings/+page.ts
Normal file
5
src/routes/art/drawings/+page.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { redirect } from "@sveltejs/kit";
|
||||
|
||||
export function load() {
|
||||
redirect(308, '/feed');
|
||||
}
|
||||
Reference in New Issue
Block a user