Skip to content
This repository was archived by the owner on Apr 7, 2024. It is now read-only.

Commit b9f7ebe

Browse files
authored
Update README.md
1 parent 13370d9 commit b9f7ebe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ When generating a page, StaticWebEpiserverPlugin will find all client side resou
8989
- a element (href attribute)
9090
- img element (src attribute)
9191
- source element (srcset attribute)
92+
- use element (xlink:href attribute, used in svg)
9293

9394
### Following resource types will be stored by default ###
9495
- css (and resources declared in url())
@@ -244,7 +245,7 @@ _(If you also set `useHash` to true it will combine the two)_
244245
Tells StaticWebEpiServerPlugin to use place this type of file in the resource folder.
245246
By default it is only `.html`, `.xml`, `.json` and `.txt` that has this set to false so they can keep relative url.
246247

247-
### `DenendencyLookup="None/Html/Css"` (default: `None`) ###
248+
### `DenendencyLookup="None/Html/Css/Svg"` (default: `None`) ###
248249
Tells StaticWebEpiServerPlugin that this file type should look for dependencies using the specified lookup method.
249250
Could be usefull if you add support for a new type of file type.
250251

0 commit comments

Comments
 (0)