fix: clean up code and add canonical url

This commit is contained in:
Dominik Koch
2025-07-24 13:35:06 +02:00
parent 81ad5c1782
commit 275a23f583
3 changed files with 25 additions and 16 deletions
+8
View File
@@ -1,6 +1,14 @@
import { Hero } from "@/components/landing/hero";
import { Header } from "@/components/header";
import { Footer } from "@/components/footer";
import type { Metadata } from "next";
import { SITE_URL } from "@/constants/site";
export const metadata: Metadata = {
alternates: {
canonical: SITE_URL,
},
};
export default async function Home() {
return (