File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11
11
"type" : " git" ,
12
12
"url" : " https://github.com/DuendeSoftware/docs.duendesoftware.com.git"
13
13
},
14
+ "notes" : {
15
+ "Astro SVG validation issue" : " https://github.com/withastro/astro/issues/13006"
16
+ },
14
17
"scripts" : {
15
18
"dev" : " astro dev" ,
16
19
"start" : " astro dev" ,
19
22
"astro" : " astro" ,
20
23
"validateredirects" : " cd _to-migrate/urls && node test-urls.js" ,
21
24
"linkchecker" : " npm run build && lychee --skip-missing --no-progress --max-concurrency 16 --exclude-loopback --require-https --exclude sample.duendesoftware.com --exclude docs.duendesoftware.com --exclude sitemap --exclude github --root-dir \" $PWD/dist\" dist/**" ,
22
- "FYI" : " https://github.com/withastro/astro/issues/13006" ,
23
25
"postinstall" : " patch-package"
24
26
},
25
27
"dependencies" : {
You can’t perform that action at this time.
0 commit comments