mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
feat: Add image transforms
This commit is contained in:
@@ -5,7 +5,7 @@ import { ImageRoute } from "./image";
|
||||
const app = new Hono();
|
||||
app
|
||||
.use(logger(), async (c, next) => {
|
||||
c.header("Cache-Control", "public, max-age=315360000, immutable");
|
||||
// c.header("Cache-Control", "public, max-age=315360000, immutable");
|
||||
return next();
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user