diff --git a/astro.config.mjs b/astro.config.mjs index b541d55..434b545 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -6,6 +6,7 @@ import mdx from "@astrojs/mdx"; // https://astro.build/config export default defineConfig({ + site: "https://nelle.observer", integrations: [ mdx(), min({ diff --git a/package.json b/package.json index f911038..fa9b649 100644 --- a/package.json +++ b/package.json @@ -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" } diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 77da9dd..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "astro/tsconfigs/strict" -} \ No newline at end of file