-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): allow overriding ssr/dev template meta tags (#7952)
- Loading branch information
Showing
6 changed files
with
29 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## Head Metadata tests | ||
|
||
This page declares the following custom head metadata: | ||
|
||
```html | ||
<head> | ||
<meta name="generator" value="custom generator name!" /> | ||
<meta name="viewport" content="initial-scale=1, viewport-fit=cover" /> | ||
<meta name="robots" content="noindex, nofollow, my-extra-directive" /> | ||
</head> | ||
``` | ||
|
||
<head> | ||
<meta name="generator" value="custom generator name!" /> | ||
<meta name="viewport" content="initial-scale=1, viewport-fit=cover" /> | ||
<meta name="robots" content="noindex, nofollow, my-extra-directive" /> | ||
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters