mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-29 07:49:10 +00:00
Move to Docker build without Vercel
This commit is contained in:
parent
16221dec61
commit
1e6059f745
16 changed files with 160 additions and 627 deletions
|
@ -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']
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue