diff --git a/bun.lockb b/bun.lockb index f0dd320..0d5da06 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index dc49eda..d6ff5a0 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,13 @@ "scripts": { "dev": "vite dev", "build": "vite build", + "postbuild": "bun x svelte-sitemap --domain https://candrewlee14.github.io", "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" }, "devDependencies": { + "@iconify/svelte": "^3.1.6", "@sveltejs/adapter-auto": "^3.0.0", "@sveltejs/kit": "^2.0.0", "@sveltejs/vite-plugin-svelte": "^3.0.0", @@ -17,6 +19,7 @@ "postcss": "^8.4.35", "svelte": "^4.2.7", "svelte-check": "^3.6.0", + "svelte-sitemap": "^2.6.0", "tailwindcss": "^3.4.1", "tslib": "^2.4.1", "typescript": "^5.0.0", @@ -29,7 +32,6 @@ "daisyui": "^4.7.2", "dayjs": "^1.11.10", "feather-icons": "^4.29.1", - "iconify-icon": "^2.0.0", "mdsvex": "^0.11.0", "reading-time-estimator": "^1.9.4" } diff --git a/src/components/Navbar.svelte b/src/components/Navbar.svelte index a7899fb..8d612a4 100644 --- a/src/components/Navbar.svelte +++ b/src/components/Navbar.svelte @@ -1,6 +1,6 @@ @@ -74,14 +74,14 @@ >
- @@ -92,8 +92,8 @@