We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78ccb4f + 5f374f4 commit 295a49cCopy full SHA for 295a49c
.changelog/427.bugfix.md
@@ -0,0 +1 @@
1
+Add missing svgrrc config file
.gitignore
@@ -12,6 +12,8 @@ dist
12
dist-ssr
13
*.local
14
15
+*~
16
+
17
# Editor directories and files
18
.vscode/*
19
!.vscode/extensions.json
.svgrrc
@@ -0,0 +1,3 @@
+{
2
+ "icon": true
3
+}
0 commit comments