Skip to content

Commit 649f0e2

Browse files
authored
document inertia_headers (#93)
1 parent fd0cfb5 commit 649f0e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ inertia 'about' => 'AboutComponent'
119119

120120
### SSR
121121

122-
Enable SSR via the config settings for `ssr_enabled` and `ssr_url`
122+
Enable SSR via the config settings for `ssr_enabled` and `ssr_url`.
123+
124+
When using SSR, don't forget to add `<%= inertia_headers %>` to the `<head>` of your `application.html.erb`.
123125

124126
## Configuration
125127

0 commit comments

Comments
 (0)