This commit is contained in:
nelle 2024-08-03 10:42:36 -06:00
parent 3ac23ab979
commit e191b9a6fc
3 changed files with 2 additions and 5 deletions

View file

@ -6,6 +6,7 @@ import mdx from "@astrojs/mdx";
// https://astro.build/config
export default defineConfig({
site: "https://nelle.observer",
integrations: [
mdx(),
min({

View file

@ -16,8 +16,7 @@
"astro": "^4.13.1",
"astro-compressor": "^0.4.1",
"astro-font": "^0.0.81",
"astro-min": "^1.3.1",
"typescript": "^5.5.4"
"astro-min": "^1.3.1"
},
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}

View file

@ -1,3 +0,0 @@
{
"extends": "astro/tsconfigs/strict"
}