improved content types

This commit is contained in:
2025-01-21 01:23:41 -07:00
parent fcba2014c2
commit 1d3be78917
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
export function getContentTypeByExtension(extension: string) {
export function getContentTypeByExtension(extension?: string) {
switch (extension) {
case "html":
case "htm":