]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/export.blade.php
Add zh_TW Locales.
[bookstack] / resources / views / pages / export.blade.php
index e0813e46849429cee36a032b161be03a0d7362d9..6c6137e17106e7db1cfd177d28de8fecc00e9e3a 100644 (file)
@@ -5,7 +5,9 @@
     <title>{{ $page->name }}</title>
 
     <style>
-        {!! file_get_contents(public_path('/css/export-styles.css')) !!}
+        @if (!app()->environment('testing'))
+        {!! file_get_contents(public_path('/dist/export-styles.css')) !!}
+        @endif
     </style>
     @yield('head')
 </head>