Skip to content

Commit

Permalink
Merge pull request #597 from GermanZero-de/main
Browse files Browse the repository at this point in the history
minor fixes
  • Loading branch information
m-vuk authored Sep 19, 2024
2 parents 616b37a + 49bcd4b commit b78d8da
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions frontend/app/(dashboard)/[city]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ interface CityDescriptionProps {
name: string;
}

export const dynamic = 'force-static';

const CityDescription: React.FC<CityDescriptionProps> = ({ description, name, teaser }) => {
if (!description) {
return <></>;
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/(pages)/datenschutz/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Container } from "react-bootstrap";

export const dynamic = 'force-static';

export default async function ProjectDescription() {


Expand Down
1 change: 0 additions & 1 deletion frontend/app/(pages)/impressum/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Container } from "react-bootstrap";

export const dynamic = 'force-static';
export default async function ProjectDescription() {

return (
Expand Down
1 change: 0 additions & 1 deletion frontend/app/(pages)/kontakt/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import styles from "./page.module.scss";
import arrow from "@/public/imgs/arrow-right-down.svg";
import Link from "next/link";

export const dynamic = 'force-static';
export default function ProjectDescription() {
return (
<Container>
Expand Down

0 comments on commit b78d8da

Please sign in to comment.