/now now redirects to /meta/now
This commit is contained in:
5
src/routes/now/+page.ts
Normal file
5
src/routes/now/+page.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { redirect } from "@sveltejs/kit";
|
||||
|
||||
export function load() {
|
||||
redirect(308, '/meta/now');
|
||||
}
|
||||
Reference in New Issue
Block a user