We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6102f66 + 3cd0838 commit a0381f7Copy full SHA for a0381f7
resources/views/books/export.blade.php
@@ -6,7 +6,7 @@
6
7
<style>
8
@if (!app()->environment('testing'))
9
- {!! file_get_contents(public_path('/css/export-styles.css')) !!}
+ {!! file_get_contents(public_path('/dist/export-styles.css')) !!}
10
@endif
11
.page-break {
12
page-break-after: always;
resources/views/chapters/export.blade.php
0 commit comments