diff --git a/bun.lockb b/bun.lockb index 37aea22..0e37e6f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 75c1b39..f77d0a7 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,25 @@ { - "name": "z0x.ca", - "type": "module", - "version": "1.0.0", - "scripts": { - "dev": "astro dev", - "start": "astro dev", - "build": "astro check && astro build", - "preview": "astro preview", - "astro": "astro" - }, - "dependencies": { - "astro": "^5.1.1", - "motion": "^11.11.17" - }, - "devDependencies": { - "@astrojs/check": "^0.9.4", - "@biomejs/biome": "1.9.4", - "@tailwindcss/vite": "^4.0.0-beta.8", - "prettier": "^3.3.3", - "tailwindcss": "^4.0.0-beta.8", - "typescript": "^5.6.3" - }, - "trustedDependencies": ["@biomejs/biome", "@parcel/watcher"] + "name": "z0x.ca", + "type": "module", + "version": "1.0.0", + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro check && astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "astro": "^5.1.1", + "motion": "^11.11.17" + }, + "devDependencies": { + "@astrojs/check": "^0.9.4", + "@biomejs/biome": "1.9.4", + "@tailwindcss/vite": "^4.0.0-beta.8", + "prettier": "^3.3.3", + "tailwindcss": "^4.0.0-beta.8", + "typescript": "^5.6.3" + }, + "trustedDependencies": ["@biomejs/biome", "@parcel/watcher", "@tsparticles/engine", "esbuild", "sharp"] } diff --git a/src/css/app.css b/src/css/app.css index 706cd10..6a4609d 100644 --- a/src/css/app.css +++ b/src/css/app.css @@ -10,4 +10,4 @@ font-weight: normal; font-style: normal; font-display: block; -} +} \ No newline at end of file diff --git a/src/pages/404.astro b/src/pages/404.astro index e5e93ac..bd1a182 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -2,7 +2,7 @@ import "/src/css/app.css"; --- - + 404 diff --git a/src/pages/index.astro b/src/pages/index.astro index f5dcc0f..fd63fe7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,7 +4,7 @@ import logo from "/src/img/logo.svg"; import "/src/css/app.css"; --- - + z0x