Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v3
uses: withastro/action@v4
with:
node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
node-version: 24 # The specific version of Node that should be used to build your site. Defaults to 22. (optional)
# path: . # The root location of your Astro project inside the repository. (optional)
# package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)

Expand Down
4 changes: 1 addition & 3 deletions astro.config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import { defineConfig } from "astro/config";
import tailwindcss from '@tailwindcss/vite';

import react from "@astrojs/react";

// https://astro.build/config
export default defineConfig({
site: "https://jonaspm.github.io",
integrations: [react()],
integrations: [],
server: {
host: true,
port: 3434
Expand Down
123 changes: 17 additions & 106 deletions bun.lock

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "4.2.4",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"astro": "5.7.4",
"material-symbols": "^0.22.2",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"@types/react-dom": "^19.1.3",
"astro": "5.7.10",
"material-symbols": "^0.31.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
Expand Down
14 changes: 0 additions & 14 deletions src/components/Box.tsx

This file was deleted.

78 changes: 0 additions & 78 deletions src/components/Footer.tsx

This file was deleted.

14 changes: 0 additions & 14 deletions src/components/Header.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions src/components/HeaderProfile.tsx

This file was deleted.

112 changes: 0 additions & 112 deletions src/components/HeaderResume.tsx

This file was deleted.

Loading