You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ Will result in:
171
171
</html>
172
172
```
173
173
174
-
A list of prioritized tags and attributes can be found in [constants.js](./src/constants.js).
174
+
A list of prioritized tags and attributes can be found in [constants.ts](./src/constants.ts).
175
175
176
176
## Usage without Context
177
177
You can optionally use `<Helmet>` outside a context by manually creating a stateful `HelmetData` instance, and passing that stateful object to each `<Helmet>` instance:
0 commit comments