reworked the guest pwa, modernized start and gallery page. added share link functionality.
This commit is contained in:
@@ -30,6 +30,7 @@ const LegalPage = React.lazy(() => import('./pages/LegalPage'));
|
||||
const HelpCenterPage = React.lazy(() => import('./pages/HelpCenterPage'));
|
||||
const HelpArticlePage = React.lazy(() => import('./pages/HelpArticlePage'));
|
||||
const PublicGalleryPage = React.lazy(() => import('./pages/PublicGalleryPage'));
|
||||
const SharedPhotoPage = React.lazy(() => import('./pages/SharedPhotoPage'));
|
||||
const NotFoundPage = React.lazy(() => import('./pages/NotFoundPage'));
|
||||
|
||||
function HomeLayout() {
|
||||
@@ -56,6 +57,7 @@ function HomeLayout() {
|
||||
|
||||
export const router = createBrowserRouter([
|
||||
{ path: '/event', element: <SimpleLayout title="Event"><LandingPage /></SimpleLayout> },
|
||||
{ path: '/share/:slug', element: <SharedPhotoPage /> },
|
||||
{
|
||||
path: '/setup/:token',
|
||||
element: <SetupLayout />,
|
||||
|
||||
Reference in New Issue
Block a user