diff --git a/.gitignore b/.gitignore
index 6eeee75..081f060 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,7 +17,6 @@ logs
.DS_Store
.fleet
.idea
-public/headshot_pp.png
.secrets
# Local env files
diff --git a/app/pages/index.vue b/app/pages/index.vue
index 82e3b82..c10526b 100644
--- a/app/pages/index.vue
+++ b/app/pages/index.vue
@@ -24,7 +24,7 @@
-
+
diff --git a/nuxt.config.ts b/nuxt.config.ts
index 5606e98..8678f1f 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -32,15 +32,5 @@ export default defineNuxtConfig({
},
nitro: {
preset: "node-server",
- publicAssets: [
- {
- baseURL: "/",
- dir: "public",
- },
- {
- baseURL: "/static-assets",
- dir: "static-assets",
- },
- ],
},
});
diff --git a/public/headshot.png b/public/headshot.png
new file mode 100644
index 0000000..58bef7a
Binary files /dev/null and b/public/headshot.png differ