import { readFile } from 'fs/promises'; import path from 'path'; export async function GET() { const indexPath = path.join(process.cwd(), 'public', 'inspire-me', 'index.html'); const html = await readFile(indexPath, 'utf8'); const body = html.replace( '