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 5d6b580 + 4c6e029 commit bf26babCopy full SHA for bf26bab
build/generate-svg.js
@@ -65,7 +65,7 @@ async function main() {
65
await Promise.all([
66
...processFiles('../node_modules/@primer/octicons/build/svg/*-16.svg', {prefix: 'octicon'}),
67
...processFiles('../web_src/svg/*.svg'),
68
- ...processFiles('../assets/logo.svg', {fullName: 'gitea-gitea'}),
+ ...processFiles('../public/img/gitea.svg', {fullName: 'gitea-gitea'}),
69
]);
70
}
71
0 commit comments