diff --git a/app/static.php b/app/static.php index cc41c6f..37a354b 100644 --- a/app/static.php +++ b/app/static.php @@ -16,8 +16,6 @@ if (str_starts_with($file, 'styles/')) { $filePath = $customBasePath . 'custom/' . $file; } elseif (str_starts_with($file, 'default-styles/')) { $filePath = $basePath . 'default/' . substr($file, 15); // Remove 'default-styles/' prefix -} elseif (str_starts_with($file, 'docs-styles/')) { - $filePath = $basePath . 'default/docs/styles/' . substr($file, 12); // Remove 'docs-styles/' prefix } else { http_response_code(404); exit;