mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 02:23:51 +01:00
feat(website): remove isr
This commit is contained in:
parent
75dc6aa115
commit
551bc4fb78
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
import { ISR_BYPASS_TOKEN } from "$env/static/private"
|
||||
import type { Config } from "@sveltejs/adapter-vercel"
|
||||
|
||||
export const config: Config = {
|
||||
isr: {
|
||||
expiration: 30 * 60,
|
||||
bypassToken: ISR_BYPASS_TOKEN,
|
||||
},
|
||||
}
|
Loading…
Add table
Reference in a new issue