Skip to content

Commit dcc0d3d

Browse files
authored
Merge pull request #22 from jonaspm/dev
chore/new experimental design
2 parents 949f8e3 + a184b01 commit dcc0d3d

File tree

14 files changed

+442
-7616
lines changed

14 files changed

+442
-7616
lines changed

.astro/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"_variables": {
3+
"lastUpdateCheck": 1724430489753
4+
}
5+
}

.astro/types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/// <reference types="astro/client" />
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
import { defineConfig } from "astro/config";
2-
import react from "@astrojs/react";
32
import tailwind from "@astrojs/tailwind";
43

54
// https://astro.build/config
65
export default defineConfig({
76
site: "https://jonaspm.github.io",
8-
integrations: [react(), tailwind()],
7+
integrations: [tailwind()],
98
server: {
109
host: true
10+
},
11+
experimental: {
12+
serverIslands: true
1113
}
1214
});

bun.lockb

193 KB
Binary file not shown.

0 commit comments

Comments
 (0)