Compare commits

...

2 Commits

Author SHA1 Message Date
Adam Argyle
dab10d9940 Merge branch 'dev' into avif-header-patch 2020-12-10 07:34:51 -08:00
Adam Argyle
b61f1ffbcf leverage fix from https://github.com/v8/v8.dev/pull/504 2020-12-09 15:56:16 -08:00

View File

@@ -8,6 +8,15 @@
"value": "no-cache" "value": "no-cache"
} }
] ]
},
{
"source": "**/*.avif",
"headers": [
{
"key": "Content-Type",
"value": "image/avif"
}
]
} }
], ],
"redirects": [{ "source": "/editor", "destination": "/" }] "redirects": [{ "source": "/editor", "destination": "/" }]