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.
1 parent e405e39 commit ee949bbCopy full SHA for ee949bb
resources/js/Pages/server-side-setup.jsx
@@ -49,8 +49,8 @@ export default function () {
49
<H2>Root template</H2>
50
<P>
51
Next, setup the root template that will be loaded on the first page visit to your application. This template{' '}
52
- is responsible for loading your site assets (CSS and JavaScript). It should include your assets, as well{' '}
53
- as the <Code>@inertia</Code> and <Code>@inertiaHead</Code> directives.
+ should include your site's CSS and JavaScript assets, along with the <Code>@inertia</Code> and{' '}
+ <Code>@inertiaHead</Code> directives.
54
</P>
55
<TabbedCode
56
examples={[
0 commit comments