Remove middleware

This commit is contained in:
2021-06-01 23:32:08 +02:00
parent c675bbbe10
commit c2606e7b11
2 changed files with 1 additions and 13 deletions

View File

@@ -1,8 +0,0 @@
import { createIPX, createIPXMiddleware } from 'ipx'
// https://github.com/unjs/ipx
const ipx = createIPX({
dir: 'src/static'
})
export default createIPXMiddleware(ipx)