Skip to content

Commit

Permalink
chore: add web logo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuany16 committed Sep 26, 2023
1 parent 281a69e commit c485780
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 7 deletions.
27 changes: 20 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# Api Beer

> Cheers to 🍺
[![Node.js Badge](https://img.shields.io/badge/Node.js-v18-black)](https://nodejs.org/)
[![PNPM Badge](https://img.shields.io/badge/package_manager-pnpm-black)](https://pnpm.io/)
[![Code Style](https://antfu.me/badge-code-style.svg)](https://github.com/antfu/eslint-config)
<p align="center">
<a href="http://8.140.31.132:40000/">
<picture>
<img src="./public/logo_180x180.png" height="128">
</picture>
<h1 align="center">Api Beer</h1>
</a>
</p>

<p align="center">
<a aria-label="Node.js Badge" href="https://nodejs.org">
<img src="https://img.shields.io/badge/Node.js-v18-black">
</a>
<a aria-label="PNPM Badge" href="https://pnpm.io">
<img alt="" src="https://img.shields.io/badge/package_manager-pnpm-black">
</a>
<a aria-label="Code Style" href="https://github.com/antfu/eslint-config">
<img alt="" src="https://antfu.me/badge-code-style.svg">
</a>
</p>

## Demo online

Expand Down
9 changes: 9 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,14 @@ export default defineNuxtConfig({
build: {
transpile: ['trpc-nuxt'],
},
app: {
head: {
link: [{
rel: 'icon',
type: 'image/x-icon',
href: 'logo_64x64.png',
}],
},
},
devtools: { enabled: true },
})
Binary file removed public/favicon.ico
Binary file not shown.
Binary file added public/logo_180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo_64x64.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 c485780

Please sign in to comment.