Skip to content

Commit

Permalink
Fix: Spendenformular
Browse files Browse the repository at this point in the history
  • Loading branch information
Haliax committed Sep 9, 2024
1 parent 984f410 commit bf5e935
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions components/fundraisingbox/fundrasingBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ const FundraisingBox = (): ReactElement => {
<div>
<div id="fbIframeDiv" className="relative" ref={scriptRoot} />
<noscript>Bitte aktivieren Sie JavaScript, um die Anzeige zu sehen.</noscript>

<a target="_blank" href="https://www.fundraisingbox.com" rel="noopener noreferrer">
<img
src="https://secure.fundraisingbox.com/images/FundraisingBox-Logo-Widget.png"
alt="FundraisingBox Logo"
/>
</a>
</div>
);
};
Expand Down
2 changes: 1 addition & 1 deletion pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface Props {
page: Page;
}

const reservedSlugs: Array<string> = ['bside', 'home', 'kultur', 'quartier'];
const reservedSlugs: Array<string> = ['bside', 'home', 'kultur', 'spenden', 'quartier'];

export const getStaticPaths: GetStaticPaths = async ({ locales }) => {
const pages = await getPayloadResponse<PaginatedDocs<Page>>('/api/pages/?limit=9999');
Expand Down

0 comments on commit bf5e935

Please sign in to comment.