File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
- < meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
1
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
2
2
< script src ="/scripts/aem.js " type ="module "> </ script >
3
3
< script src ="/scripts/scripts.js " type ="module "> </ script >
4
4
< script src ="/scripts/vendor.js " type ="module "> </ script >
5
- < link rel ="stylesheet " href ="/styles/styles.css "/>
6
- < link rel ="preconnect " href ="https://venia.magento.com ">
5
+ < link rel ="stylesheet " href ="/styles/styles.css " />
6
+ < link rel ="preconnect " href ="https://venia.magento.com " />
7
+ < script type ="speculationrules ">
8
+ {
9
+ "prerender" : [
10
+ {
11
+ "source" : "document" ,
12
+ "where" : {
13
+ "and" : [
14
+ { "href_matches" : "/*" } ,
15
+ { "not" : { "href_matches" : "/not-safe-to-prerender/*" } }
16
+ ]
17
+ } ,
18
+ "eagerness" : "moderate"
19
+ }
20
+ ]
21
+ }
22
+ </ script >
You can’t perform that action at this time.
0 commit comments