Skip to content

Commit

Permalink
feat: add some head-link
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneJiang committed Jan 17, 2023
1 parent 3259456 commit f2aaa39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ export default defineNuxtConfig({
},
head: {
ogTitleTemplate: '%s | ByteDream',
link: [
{
rel: 'apple-touch-icon',
type: 'img/x-icon',
href: 'https://lf3-cdn-tos.bytescm.com/obj/static/xitu_juejin_web//static/favicons/apple-touch-icon.png',
sizes: '180x180',
},
],
},
ogImage: {
colorScheme: 'dark',
Expand Down
Binary file added frontend/public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f2aaa39

Please sign in to comment.