Skip to content

Commit

Permalink
update pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
L23de committed Aug 7, 2022
1 parent 2376981 commit f7ddfec
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"people": { "author": "Lester Huang <[email protected]> (https://l23de.github.io)" },
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && cp sitemap.xml dist/ && cp dist/index.html dist/404.html",
"build": "vue-tsc --noEmit && vite build && cp dist/index.html dist/404.html",
"preview": "vite preview",
"deploy": "gh-pages -d dist",
"build-deploy": "yarn build && yarn deploy"
Expand Down
Binary file modified public/logo.ico
Binary file not shown.
Binary file modified public/logo.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/views/AboutMe.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<style lang="scss">
#about-me {
img {
width: min(100%, 300px);
width: min(100%, 450px);
height: auto;
border-radius: 50%;
margin: 0px 20px 15px 20px;
Expand Down

0 comments on commit f7ddfec

Please sign in to comment.