mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 09:16:45 +00:00
feat(vercel): add vercel config file for disabling gh-pages branch build
This commit is contained in:
parent
672969a74a
commit
420e9bf281
13
vercel.json
Normal file
13
vercel.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"installCommand": "yarn install --frozen-lockfile",
|
||||||
|
"buildCommand": "yarn docs:biuld",
|
||||||
|
"devCommand": "yarn docs:dev",
|
||||||
|
"cleanUrls": true,
|
||||||
|
"framework": "vite",
|
||||||
|
"git": {
|
||||||
|
"deploymentEnabled": {
|
||||||
|
"master": true,
|
||||||
|
"gh-pages": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user