Skip to content

Commit 8817db0

Browse files
authored
Add FrankenPHP preset (#10)
* Add frankenphp preset * Change site * Add nvmrc
1 parent cfe2218 commit 8817db0

13 files changed

Lines changed: 4055 additions & 2273 deletions

File tree

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ import sitemap from "@astrojs/sitemap";
99
export default defineConfig({
1010
output: "static",
1111
site: "https://tryphp.dev",
12+
//site: "http://localhost:4321",
1213
integrations: [tailwind(), sitemap()],
1314
});

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
},
1414
"dependencies": {
1515
"@astrojs/check": "^0.9.4",
16-
"@astrojs/sitemap": "^3.2.1",
17-
"@astrojs/tailwind": "^5.1.2",
18-
"astro": "^4.16.18",
16+
"@astrojs/sitemap": "^3.4.1",
17+
"@astrojs/tailwind": "^6.0.2",
18+
"astro": "^5.12.2",
1919
"astro-seo-meta": "^4.2.0",
20-
"tailwindcss": "^3.4.15",
21-
"typescript": "^5.6.3"
20+
"tailwindcss": "^3.4.17",
21+
"typescript": "^5.8.3"
2222
},
2323
"devDependencies": {
24-
"prettier": "^3.3.3",
24+
"prettier": "^3.6.2",
2525
"prettier-plugin-astro": "^0.14.1"
2626
}
2727
}

0 commit comments

Comments
 (0)