File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import { redirect } from '@sveltejs/kit' ;
22
33export function load ( ) {
4- throw redirect ( 307 , '/tutorial/getting-started-order ' ) ;
4+ throw redirect ( 307 , '/tutorial/getting-started' ) ;
55}
Original file line number Diff line number Diff line change 11import { redirect } from '@sveltejs/kit' ;
22
33export function load ( ) {
4- throw redirect ( 307 , '/tutorial/getting-started-order ' ) ;
4+ throw redirect ( 307 , '/tutorial/getting-started' ) ;
55}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export function entries() {
88
99export async function load ( { params } ) {
1010 if ( params . slug === 'local-transitions' ) {
11- throw redirect ( 307 , '/tutorial/getting-started-order ' ) ;
11+ throw redirect ( 307 , '/tutorial/getting-started' ) ;
1212 }
1313
1414 const exercise = await get_exercise ( params . slug ) ;
You can’t perform that action at this time.
0 commit comments