Skip to content

Commit f35c808

Browse files
authored
Unify version hashes (#423)
* Unify the version hashes * Update the-protocol.jsx
1 parent dc8c184 commit f35c808

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

resources/js/Pages/the-protocol.jsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default function () {
119119
}
120120
},
121121
"url": "/events/80",
122-
"version": "c32b8e4965f418ad16eaebba1d4e960f",
122+
"version": "6b16b94d7c51cbe5b1fa42aac98241d5",
123123
"encryptHistory": true,
124124
"clearHistory": false
125125
}
@@ -213,6 +213,9 @@ export default function () {
213213
</div>
214214
</div>
215215
</div>
216+
<P>
217+
You can read more about this on the <A href="/asset-versioning">asset versioning</A> page.
218+
</P>
216219
<H2>Partial reloads</H2>
217220
<P>
218221
When making Inertia requests, the partial reload option allows you to request a subset of the props (data) from
@@ -273,7 +276,7 @@ export default function () {
273276
"events": [...] // included
274277
},
275278
"url": "/events/80",
276-
"version": "c32b8e4965f418ad16eaebba1d4e960f"
279+
"version": "6b16b94d7c51cbe5b1fa42aac98241d5"
277280
}
278281
`}
279282
</CodeBlock>

0 commit comments

Comments
 (0)