diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-12-12 20:47:13 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-12-12 20:47:13 +0100 |
| commit | c0d27c055055f4aada0a96b779e0bd661347160c (patch) | |
| tree | 7fe4dea3b7328d7b15305f21e3e295405786ff88 /scripts/mime.types | |
| parent | da393520c4a1b33bffdfe26974e817f2c65267d3 (diff) | |
Port to svelte
Diffstat (limited to 'scripts/mime.types')
| -rw-r--r-- | scripts/mime.types | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/mime.types b/scripts/mime.types new file mode 100644 index 0000000..19eb627 --- /dev/null +++ b/scripts/mime.types @@ -0,0 +1,11 @@ +application/javascript js mjs cjs +application/json json +application/manifest+json webmanifest +application/zip zip +image/gif gif +image/jpeg jpg jpeg +image/png png +image/vnd.microsoft.icon ico +text/css css +text/html html htm +text/plain txt |