Skip to content

Commit

Permalink
fix #50
Browse files Browse the repository at this point in the history
  • Loading branch information
mirdukkkkk committed Mar 24, 2024
1 parent 94f759c commit 92af76a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/routes/favicon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ export const favicon: RouteOptions = {
return response
.header('Content-Type', 'image/x-icon')
.code(200)
.send(await readFile('./api/assets/favicon.ico'));
.send(await readFile('./assets/favicon.ico'));
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
"outDir": "./dist", /* Specify an output folder for all emitted files. */
// "removeComments": true, /* Disable emitting comments. */
"removeComments": true, /* Disable emitting comments. */
// "noEmit": true, /* Disable emitting files from a compilation. */
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */
Expand Down

0 comments on commit 92af76a

Please sign in to comment.