diff --git a/src/pages/dashboard/objekte/index.astro b/src/pages/dashboard/objekte/index.astro new file mode 100644 index 00000000..36cd4161 --- /dev/null +++ b/src/pages/dashboard/objekte/index.astro @@ -0,0 +1,5 @@ +--- +return Astro.redirect("/dashboard/objekte/1"); +--- + + \ No newline at end of file