Skip to content

Commit f96ba15

Browse files
authored
Update vite.md (#8530)
Typo
1 parent a520cd6 commit f96ba15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ Vite::useCspNonce($nonce);
682682
<a name="subresource-integrity-sri"></a>
683683
### Subresource Integrity (SRI)
684684

685-
If your Vite manifest includes `integrity` hashes for your assets, Laravel will automatically add the `integrity` attribute on any script and style tags it generates in order to enforce [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity). By default, Vite does not include the `integrity` hash in its manifest, but you may enable it by installing the [`vite-plugin-manifest-uri`](https://www.npmjs.com/package/vite-plugin-manifest-sri) NPM plugin:
685+
If your Vite manifest includes `integrity` hashes for your assets, Laravel will automatically add the `integrity` attribute on any script and style tags it generates in order to enforce [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity). By default, Vite does not include the `integrity` hash in its manifest, but you may enable it by installing the [`vite-plugin-manifest-sri`](https://www.npmjs.com/package/vite-plugin-manifest-sri) NPM plugin:
686686

687687
```shell
688688
npm install --save-dev vite-plugin-manifest-sri

0 commit comments

Comments
 (0)