mirror of
https://github.com/soconnor0919/personal-website.git
synced 2025-12-15 08:14:43 -05:00
chore: update linting script for next.js 16
This commit is contained in:
36
vercel.json
36
vercel.json
@@ -1,36 +0,0 @@
|
||||
{
|
||||
"buildCommand": "bun run build",
|
||||
"installCommand": "bun install",
|
||||
"functions": {
|
||||
"src/app/api/**/*.ts": {
|
||||
"maxDuration": 30
|
||||
}
|
||||
},
|
||||
"headers": [
|
||||
{
|
||||
"source": "/publications/(.*)\\.pdf",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "public, max-age=86400, s-maxage=86400"
|
||||
},
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/pdf"
|
||||
},
|
||||
{
|
||||
"key": "Content-Disposition",
|
||||
"value": "inline"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/api/publications/:filename",
|
||||
"destination": "/publications/:filename"
|
||||
}
|
||||
],
|
||||
|
||||
"framework": "nextjs"
|
||||
}
|
||||
Reference in New Issue
Block a user