Move to Docker build without Vercel

This commit is contained in:
Bart van der Braak 2024-10-10 00:13:06 +02:00
parent 16221dec61
commit 1e6059f745
16 changed files with 160 additions and 627 deletions

View file

@ -10,7 +10,7 @@ export async function GET() {
const robotsConfig = [
{
agent: '*',
disallow: import.meta.env.VERCEL_ENV === 'preview' ? ['/'] : ['/og.png/preview']
disallow: ['/og.png/preview']
}
];