diff --git a/resources/views/coming-soon.blade.php b/resources/views/coming-soon.blade.php index dfb3d5b..9ac0f6a 100644 --- a/resources/views/coming-soon.blade.php +++ b/resources/views/coming-soon.blade.php @@ -1,5 +1,5 @@ - + @@ -7,18 +7,36 @@ {{ config('app.name') }} - @vite(['resources/css/app.css']) + {{-- Self-contained on purpose: this page is shown while the application is + mid-deploy or freshly installed, which is exactly when the Vite + manifest may not exist. Pulling it in through @vite would throw an + exception instead of rendering the reassurance the visitor came for. --}} + - -
-
- -
- -

{{ __('coming_soon.title') }}

-

{{ __('coming_soon.body') }}

- -

{{ __('coming_soon.contact') }}

+ +
+
+

{{ __('coming_soon.title') }}

+

{{ __('coming_soon.body') }}

+

{{ __('coming_soon.contact') }}

diff --git a/resources/views/errors/503.blade.php b/resources/views/errors/503.blade.php index 02b74b7..80fcda2 100644 --- a/resources/views/errors/503.blade.php +++ b/resources/views/errors/503.blade.php @@ -1,5 +1,5 @@ - + @@ -9,22 +9,37 @@ {{ config('app.name') }} - @vite(['resources/css/app.css']) + {{-- Self-contained on purpose: this page is shown while the application is + mid-deploy or freshly installed, which is exactly when the Vite + manifest may not exist. Pulling it in through @vite would throw an + exception instead of rendering the reassurance the visitor came for. --}} + - -
-
- -
- -
- - {{ __('updating.badge') }} -
- -

{{ __('updating.title') }}

-

{{ __('updating.body') }}

-

{{ __('updating.auto') }}

+ +
+
+
{{ __('updating.badge') }}
+

{{ __('updating.title') }}

+

{{ __('updating.body') }}

+

{{ __('updating.auto') }}