mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-08 12:57:46 +00:00
* Add yarn.lock to all examples * Add missing yarn lock * Deploy all examples after yarn.lock changes * Remove package-lock * Update ionic angular to working version * Skip libCheck to make ionic-angular build * Rename nowignore to vercelignore, remove yarn.lock from ignore * Revert zola changes
27 lines
441 B
JSON
27 lines
441 B
JSON
{
|
|
"index": "/index.html",
|
|
"assetGroups": [
|
|
{
|
|
"name": "app",
|
|
"installMode": "prefetch",
|
|
"resources": {
|
|
"files": [
|
|
"/favicon.ico",
|
|
"/index.html",
|
|
"/*.css",
|
|
"/*.js"
|
|
]
|
|
}
|
|
}, {
|
|
"name": "assets",
|
|
"installMode": "lazy",
|
|
"updateMode": "prefetch",
|
|
"resources": {
|
|
"files": [
|
|
"/assets/**"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|