Skip to content

Commit

Permalink
🍱 [Portfolio] Update some content for 2024 (#59)
Browse files Browse the repository at this point in the history
* 🍱 [Projects] Revise some projects and add some new ones

* 💄 [Portfolio] Re-arrange some sections

* 🚚 [SVG] Organize all SVG assets

* 🚚 [Assets] Rename a few project backgrounds

* 🧰 [Dependency] Install astro-icon

* 🛠️ [Astro] Configure astro-icon

* ♻️ [Logos] Minor tweaks to Draggable and Preserve

* ♻️ [ProjectLogo] Start using astro-icon

* ♻️ [Project] Update use of ProjectLogo

* ♻️ [404] Minor tweak

* ♻️ [Stars] Import raw SVG

* ♻️ [Sections] Revise data

* 🍱 [Projects] Replace most PNGs with WEBP
  • Loading branch information
beefchimi authored Jul 24, 2024
1 parent f509bbb commit bfab929
Show file tree
Hide file tree
Showing 51 changed files with 1,095 additions and 264 deletions.
4 changes: 4 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {defineConfig} from 'astro/config';
import icon from 'astro-icon';
import AstroPWA from '@vite-pwa/astro';

// https://astro.build/config
Expand Down Expand Up @@ -27,6 +28,9 @@ export default defineConfig({
},
},
integrations: [
icon({
iconDir: 'src/assets/svg',
}),
AstroPWA({
workbox: {
// Not sure how this differs from `includeAssets`...
Expand Down
Loading

0 comments on commit bfab929

Please sign in to comment.