add photogallery redirect
This commit is contained in:
parent
cb8936a53b
commit
3100887bca
10
src/pages/photogallery.tsx
Normal file
10
src/pages/photogallery.tsx
Normal file
@ -0,0 +1,10 @@
|
||||
import { navigate } from 'gatsby';
|
||||
import React, { useEffect } from 'react';
|
||||
|
||||
export default function RedirectGallery() {
|
||||
useEffect(() => {
|
||||
navigate('/');
|
||||
}, []);
|
||||
return null;
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user