forked from external-repos/squoosh
Compare commits
7 Commits
console-fe
...
avif-heade
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dab10d9940 | ||
|
|
c3d05e0e2d | ||
|
|
0c848a33ad | ||
|
|
8b20aa5f14 | ||
|
|
a972dfdeed | ||
|
|
b61f1ffbcf | ||
|
|
522449adc1 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,6 +4,7 @@ node_modules
|
||||
*.css.d.ts
|
||||
build
|
||||
*.o
|
||||
.DS_Store
|
||||
|
||||
# Auto-generated by lib/feature-plugin.js
|
||||
src/features-worker/index.ts
|
||||
|
||||
BIN
cli/.DS_Store
vendored
BIN
cli/.DS_Store
vendored
Binary file not shown.
1
cli/.gitignore
vendored
1
cli/.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
node_modules
|
||||
build
|
||||
.DS_Store
|
||||
|
||||
@@ -8,6 +8,15 @@
|
||||
"value": "no-cache"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"source": "**/*.avif",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "image/avif"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"redirects": [{ "source": "/editor", "destination": "/" }]
|
||||
|
||||
Reference in New Issue
Block a user