Some checks failed
CI / go (push) Waiting to run
CI / docker (push) Waiting to run
CI / lint-go (push) Waiting to run
CI / lint-docs (push) Waiting to run
CI / check-paperclip (push) Waiting to run
Deploy static site / Deploy to GitHub Pages (push) Has been cancelled
Deploy static site / Deploy via Docker to hatch.surf (push) Has been cancelled
Resolved conflicts by taking GitHub versions for: - .dockerignore, .gitignore, Dockerfile, README.md, docker-compose.yml Kept deploy.sh updated to: - Pull from GitHub (primary source) - Push to Gitea (push-mirror) - Build from site/ directory (GitHub structure) Co-Authored-By: Paperclip <noreply@paperclip.ing>
114 lines
3.0 KiB
JSON
114 lines
3.0 KiB
JSON
{
|
|
"version": 4,
|
|
"routes": {
|
|
"/": {
|
|
"experimentalBypassFor": [
|
|
{
|
|
"type": "header",
|
|
"key": "next-action"
|
|
},
|
|
{
|
|
"type": "header",
|
|
"key": "content-type",
|
|
"value": "multipart/form-data;.*"
|
|
}
|
|
],
|
|
"initialRevalidateSeconds": false,
|
|
"srcRoute": "/",
|
|
"dataRoute": "/index.rsc",
|
|
"allowHeader": [
|
|
"host",
|
|
"x-matched-path",
|
|
"x-prerender-revalidate",
|
|
"x-prerender-revalidate-if-generated",
|
|
"x-next-revalidated-tags",
|
|
"x-next-revalidate-tag-token"
|
|
]
|
|
},
|
|
"/_global-error": {
|
|
"experimentalBypassFor": [
|
|
{
|
|
"type": "header",
|
|
"key": "next-action"
|
|
},
|
|
{
|
|
"type": "header",
|
|
"key": "content-type",
|
|
"value": "multipart/form-data;.*"
|
|
}
|
|
],
|
|
"initialRevalidateSeconds": false,
|
|
"srcRoute": "/_global-error",
|
|
"dataRoute": "/_global-error.rsc",
|
|
"allowHeader": [
|
|
"host",
|
|
"x-matched-path",
|
|
"x-prerender-revalidate",
|
|
"x-prerender-revalidate-if-generated",
|
|
"x-next-revalidated-tags",
|
|
"x-next-revalidate-tag-token"
|
|
]
|
|
},
|
|
"/_not-found": {
|
|
"initialStatus": 404,
|
|
"experimentalBypassFor": [
|
|
{
|
|
"type": "header",
|
|
"key": "next-action"
|
|
},
|
|
{
|
|
"type": "header",
|
|
"key": "content-type",
|
|
"value": "multipart/form-data;.*"
|
|
}
|
|
],
|
|
"initialRevalidateSeconds": false,
|
|
"srcRoute": "/_not-found",
|
|
"dataRoute": "/_not-found.rsc",
|
|
"allowHeader": [
|
|
"host",
|
|
"x-matched-path",
|
|
"x-prerender-revalidate",
|
|
"x-prerender-revalidate-if-generated",
|
|
"x-next-revalidated-tags",
|
|
"x-next-revalidate-tag-token"
|
|
]
|
|
},
|
|
"/favicon.ico": {
|
|
"initialHeaders": {
|
|
"cache-control": "public, max-age=0, must-revalidate",
|
|
"content-type": "image/x-icon",
|
|
"x-next-cache-tags": "_N_T_/layout,_N_T_/favicon.ico/layout,_N_T_/favicon.ico/route,_N_T_/favicon.ico"
|
|
},
|
|
"experimentalBypassFor": [
|
|
{
|
|
"type": "header",
|
|
"key": "next-action"
|
|
},
|
|
{
|
|
"type": "header",
|
|
"key": "content-type",
|
|
"value": "multipart/form-data;.*"
|
|
}
|
|
],
|
|
"initialRevalidateSeconds": false,
|
|
"srcRoute": "/favicon.ico",
|
|
"dataRoute": null,
|
|
"allowHeader": [
|
|
"host",
|
|
"x-matched-path",
|
|
"x-prerender-revalidate",
|
|
"x-prerender-revalidate-if-generated",
|
|
"x-next-revalidated-tags",
|
|
"x-next-revalidate-tag-token"
|
|
]
|
|
}
|
|
},
|
|
"dynamicRoutes": {},
|
|
"notFoundRoutes": [],
|
|
"preview": {
|
|
"previewModeId": "4dbaac0b264ca6f91a02194460243f7a",
|
|
"previewModeSigningKey": "f70c7152b8842c100103613c1289ed7d989a58aafbc16a56530e990f2cc7e131",
|
|
"previewModeEncryptionKey": "1a76359dbe856ec6a566270d9c9e3288bdc7e018dbd6e4528829d954c9bd157d"
|
|
}
|
|
} |