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 ( -
-
-

Finish setting up Fresh

-

- The tailwindcss{" "} - plugin requires ahead of time builds to be set up for production - usage. To finish the setup, follow these steps: -

-
    -
  1. - Go to your project in Deno Deploy and click the{" "} - Settings tab. -
  2. -
  3. - In the Git Integration section, enter deno task build - {" "} - in the Build Command input. -
  4. -
  5. - Save the changes. -
  6. -
-

- See the detailed guide here: {LINK}. -

-
-
- ); -}