async rewrites() {
return [
{
source: "/fastify/api/db/preview",
destination: "http://localhost:8000/api/db/preview",
},
];
},
async rewrites() {
return [
{
source: "/fastify/api/db/preview",
destination: "http://localhost:8000/api/db/preview",
},
];
},