Skip to content

Commit

Permalink
Create +page.server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
svalencia014 authored Jul 10, 2024
1 parent a47297a commit b99a946
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/routes/pictures/+page.server.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//@ts-nocheck
import { redirect } from '@sveltejs/kit';

/** @type {import('./$types').PageLoad} */
export async function load() {
redirect(302, 'https://drive.google.com/drive/folders/11YH1d9dr7-iBtDb89C0SGMv4EUqBAL4i?usp=sharing');
}

0 comments on commit b99a946

Please sign in to comment.