We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86c30c5 + d000891 commit f736e69Copy full SHA for f736e69
.github/pull_request_template.md
@@ -1,6 +1,4 @@
1
-## Pull Request
2
-
3
-Thank you for your contribution!
+<!-- Thank you for your contribution! -->
4
5
### Description
6
<!-- Please describe your changes in detail. -->
svelte.config.js
@@ -19,7 +19,7 @@ const config = {
19
strict: true
20
}),
21
paths: {
22
- base: process.env.NODE_ENV === 'production' ? '/devicons.dev' : ''
+ base: process.env.NODE_ENV === 'production' ? '/devicon.dev' : ''
23
}
24
25
};
0 commit comments