1
0
mirror of synced 2025-12-25 02:00:48 -05:00
Files
blitz/test/integration/queries/blitz.config.js
2021-04-08 16:31:17 -04:00

12 lines
169 B
JavaScript

module.exports = {
// replace me
async rewrites() {
return [
{
source: "/blog/post/:pid",
destination: "/blog/:pid",
},
]
},
}