feat: add profile headshot image
This commit is contained in:
parent
617667af44
commit
3f994fd737
4 changed files with 1 additions and 12 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,7 +17,6 @@ logs
|
|||
.DS_Store
|
||||
.fleet
|
||||
.idea
|
||||
public/headshot_pp.png
|
||||
.secrets
|
||||
|
||||
# Local env files
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<div
|
||||
class="w-48 rounded-full ring ring-primary ring-offset-base-100 ring-offset-2"
|
||||
>
|
||||
<NuxtImg src="/static-assets/headshot_pp.png" alt="Rob" />
|
||||
<NuxtImg src="/headshot.png" alt="Rob" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -32,15 +32,5 @@ export default defineNuxtConfig({
|
|||
},
|
||||
nitro: {
|
||||
preset: "node-server",
|
||||
publicAssets: [
|
||||
{
|
||||
baseURL: "/",
|
||||
dir: "public",
|
||||
},
|
||||
{
|
||||
baseURL: "/static-assets",
|
||||
dir: "static-assets",
|
||||
},
|
||||
],
|
||||
},
|
||||
});
|
||||
|
|
|
|||
BIN
public/headshot.png
Normal file
BIN
public/headshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 692 KiB |
Loading…
Add table
Add a link
Reference in a new issue