Skip to content

Commit a0afa4c

Browse files
copy favicon.ico to website root during build (#5637)
Agent-Logs-Url: https://github.com/SchemaStore/schemastore/sessions/8d301daf-a8e7-4d64-baa2-dc41c2007c22 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: madskristensen <1258877+madskristensen@users.noreply.github.com>
1 parent db4b351 commit a0afa4c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,7 @@ async function taskBuildWebsite() {
11891189
await fs.cp('./src/js', './website/js', { recursive: true })
11901190
// eslint-disable-next-line n/no-unsupported-features/node-builtins
11911191
await fs.cp('./src/.well-known', './website/.well-known', { recursive: true })
1192+
await fs.copyFile('./src/favicon.ico', './website/favicon.ico')
11921193
}
11931194

11941195
async function assertFileSystemIsValid() {

0 commit comments

Comments
 (0)