Skip to content

Commit 66a5f67

Browse files
moebrowneJacobBennett
authored andcommitted
Adds SVG to the list of assets (#30)
1 parent a03e7ac commit 66a5f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ php artisan vendor:publish --provider="JacobBennett\Http2ServerPush\ServiceProvi
4646
When you route a request through the `AddHttp2ServerPush` middleware, the response is scanned for any `link`, `script` or `img` tags that could benefit from being loaded using Server Push.
4747
These assets will be added to the `Link` header before sending the response to the client. Easy!
4848

49-
**Note:** To push an image asset, it must have one of the following extensions: `bmp`, `gif`, `jpg`, `jpeg`, `png` or `tiff`.
49+
**Note:** To push an image asset, it must have one of the following extensions: `bmp`, `gif`, `jpg`, `jpeg`, `png`, `tiff` or `svg`.
5050

5151
## Testing
5252

0 commit comments

Comments
 (0)