diff --git a/src/server/tailwind_aot_error_page.tsx b/src/server/tailwind_aot_error_page.tsx deleted file mode 100644 index 420f7437e6e..00000000000 --- a/src/server/tailwind_aot_error_page.tsx +++ /dev/null @@ -1,33 +0,0 @@ -const LINK = "https://fresh.deno.dev/docs/concepts/ahead-of-time-builds"; - -export default function TailwindErrorPage() { - return ( -
- The tailwindcss{" "} - plugin requires ahead of time builds to be set up for production - usage. To finish the setup, follow these steps: -
-Settings tab.
- deno task build
- {" "}
- in the Build Command input.
- - See the detailed guide here: {LINK}. -
-