Skip to content

Commit

Permalink
blog: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dev committed Nov 7, 2023
1 parent af8d6e5 commit 83dfc66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phoenix-blog/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Bindings, Variables } from './context';
import { handlebars } from './routes/handlebars';
import { index } from './routes';
import { page } from './routes/page';
import { serveFavicon, serveRobotsTxt, serveTheme } from './routes/public';
import { serveFavicon, serveRobotsTxt, serveTheme } from './public';
import { etag } from 'hono/etag'
import { staticAssetsCacheControlMiddleware } from './caching';

Expand Down
File renamed without changes.

0 comments on commit 83dfc66

Please sign in to comment.