We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36167e0 commit 077d8e8Copy full SHA for 077d8e8
1 file changed
package.json
@@ -11,6 +11,9 @@
11
"type": "git",
12
"url": "https://github.com/DuendeSoftware/docs.duendesoftware.com.git"
13
},
14
+ "notes" : {
15
+ "Astro SVG validation issue" : "https://github.com/withastro/astro/issues/13006"
16
+ },
17
"scripts": {
18
"dev": "astro dev",
19
"start": "astro dev",
@@ -19,7 +22,6 @@
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/**",
- "FYI": "https://github.com/withastro/astro/issues/13006",
25
"postinstall": "patch-package"
26
27
"dependencies": {
0 commit comments