feat: optimize navigation

This commit is contained in:
2023-07-30 21:43:09 +02:00
parent 0632ae05c1
commit 28c72264c5
15 changed files with 170 additions and 27 deletions

View File

@@ -9,8 +9,10 @@ import * as $3 from "./routes/api/index.ts";
import * as $4 from "./routes/api/recipes/[name].ts";
import * as $5 from "./routes/api/recipes/index.ts";
import * as $6 from "./routes/index.tsx";
import * as $7 from "./routes/recipes/[name].tsx";
import * as $8 from "./routes/recipes/index.tsx";
import * as $7 from "./routes/movies/[name].tsx";
import * as $8 from "./routes/movies/index.tsx";
import * as $9 from "./routes/recipes/[name].tsx";
import * as $10 from "./routes/recipes/index.tsx";
import * as $$0 from "./islands/Counter.tsx";
import * as $$1 from "./islands/IngredientsList.tsx";
@@ -23,8 +25,10 @@ const manifest = {
"./routes/api/recipes/[name].ts": $4,
"./routes/api/recipes/index.ts": $5,
"./routes/index.tsx": $6,
"./routes/recipes/[name].tsx": $7,
"./routes/recipes/index.tsx": $8,
"./routes/movies/[name].tsx": $7,
"./routes/movies/index.tsx": $8,
"./routes/recipes/[name].tsx": $9,
"./routes/recipes/index.tsx": $10,
},
islands: {
"./islands/Counter.tsx": $$0,