feat: correctly cache images with redis
This commit is contained in:
12
fresh.gen.ts
12
fresh.gen.ts
@@ -4,9 +4,9 @@
|
||||
|
||||
import * as $0 from "./routes/_404.tsx";
|
||||
import * as $1 from "./routes/_app.tsx";
|
||||
import * as $2 from "./routes/api/index.ts";
|
||||
import * as $3 from "./routes/api/recipes/[name].ts";
|
||||
import * as $4 from "./routes/api/recipes/images/[image].ts";
|
||||
import * as $2 from "./routes/api/images/index.ts";
|
||||
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";
|
||||
@@ -17,9 +17,9 @@ const manifest = {
|
||||
routes: {
|
||||
"./routes/_404.tsx": $0,
|
||||
"./routes/_app.tsx": $1,
|
||||
"./routes/api/index.ts": $2,
|
||||
"./routes/api/recipes/[name].ts": $3,
|
||||
"./routes/api/recipes/images/[image].ts": $4,
|
||||
"./routes/api/images/index.ts": $2,
|
||||
"./routes/api/index.ts": $3,
|
||||
"./routes/api/recipes/[name].ts": $4,
|
||||
"./routes/api/recipes/index.ts": $5,
|
||||
"./routes/index.tsx": $6,
|
||||
"./routes/recipes/[name].tsx": $7,
|
||||
|
||||
Reference in New Issue
Block a user