Skip to content

Commit 949f8e3

Browse files
authored
Merge pull request #21 from jonaspm/dev
New portfolio project, optimizations
2 parents 24331d9 + 1bd955f commit 949f8e3

18 files changed

+1801
-821
lines changed

astro.config.mjs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ import { defineConfig } from "astro/config";
22
import react from "@astrojs/react";
33
import tailwind from "@astrojs/tailwind";
44

5+
// https://astro.build/config
56
export default defineConfig({
67
site: "https://jonaspm.github.io",
78
integrations: [react(), tailwind()],
89
server: {
9-
host: true,
10-
},
11-
});
10+
host: true
11+
}
12+
});

package-lock.json

Lines changed: 1711 additions & 741 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12-
"@astrojs/react": "^3.0.9",
13-
"@types/react": "^18.2.45",
14-
"@types/react-dom": "^18.2.18",
15-
"astro": "^4.1.3",
12+
"@types/react": "^18.2.74",
13+
"@types/react-dom": "^18.2.24",
14+
"astro": "^4.5.16",
1615
"react": "^18.2.0",
1716
"react-dom": "^18.2.0"
1817
},
1918
"devDependencies": {
19+
"@astrojs/react": "^3.1.1",
2020
"@astrojs/tailwind": "^5.1.0",
21-
"@biomejs/biome": "^1.5.2",
22-
"sass": "^1.69.5",
23-
"tailwindcss": "^3.4.1"
21+
"@biomejs/biome": "^1.6.4",
22+
"sass": "^1.74.1",
23+
"tailwindcss": "^3.4.3"
2424
}
2525
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
1.41 MB
Loading
File renamed without changes.
File renamed without changes.

src/components/Background.astro

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)