diff --git a/components/fundraisingbox/fundrasingBox.tsx b/components/fundraisingbox/fundrasingBox.tsx index 85506ca..370581d 100644 --- a/components/fundraisingbox/fundrasingBox.tsx +++ b/components/fundraisingbox/fundrasingBox.tsx @@ -17,13 +17,6 @@ const FundraisingBox = (): ReactElement => {
- - - FundraisingBox Logo -
); }; diff --git a/pages/[...slug].tsx b/pages/[...slug].tsx index 26b80d9..f655006 100644 --- a/pages/[...slug].tsx +++ b/pages/[...slug].tsx @@ -17,7 +17,7 @@ interface Props { page: Page; } -const reservedSlugs: Array = ['bside', 'home', 'kultur', 'quartier']; +const reservedSlugs: Array = ['bside', 'home', 'kultur', 'spenden', 'quartier']; export const getStaticPaths: GetStaticPaths = async ({ locales }) => { const pages = await getPayloadResponse>('/api/pages/?limit=9999');