aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--boot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 0013ef7c7..2b438c048 100644
--- a/boot.php
+++ b/boot.php
@@ -942,7 +942,8 @@ class App {
'ttf' => 'font/ttf',
'woff' => 'font/woff',
'woff2' => 'font/woff2',
- 'svg' => 'image/svg+xml'
+ 'svg' => 'image/svg+xml',
+ 'jsonld' => 'application/ld+json'
];
if (array_key_exists($filext, $serve_rawfiles) && file_exists(self::$cmd)) {