appwrite anbindung

This commit is contained in:
Basilosaurusrex
2026-02-06 18:22:04 +01:00
parent 6ad076473b
commit 82668796d6
3 changed files with 34 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ const App = () => (
<TooltipProvider>
<Toaster />
<Sonner />
<BrowserRouter>
<BrowserRouter future={{ v7_startTransition: true, v7_relativeSplatPath: true }}>
<Routes>
<Route path="/" element={<Index />} />
<Route path="/kontakt" element={<ContactPage />} />

View File

@@ -139,6 +139,7 @@
@apply bg-background text-foreground antialiased;
font-family: 'Inter', system-ui, sans-serif;
letter-spacing: -0.01em;
position: relative; /* für Motion useScroll Scroll-Container braucht nicht-static position */
}
h1, h2, h3, h4, h5, h6 {