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 />} />