Skip to content

Commit 775cf3d

Browse files
committed
Clean up
1 parent 9a91594 commit 775cf3d

4 files changed

Lines changed: 181 additions & 263 deletions

File tree

astro.config.mjs renamed to astro.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import sitemap from '@astrojs/sitemap'
44

55
// https://astro.build/config
66
export default defineConfig({
7-
site: 'https://astro-base.netlify.app',
7+
site: 'https://christham.net',
8+
base: '/astro-base/',
89
integrations: [UnoCSS(), sitemap()]
910
})

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "astro-base",
33
"description": "Minimal Astro starter for new projects with ESLint Prettier, sitemap and RSS.",
44
"type": "module",
5-
"version": "1.1.0",
5+
"version": "1.2.0",
66
"scripts": {
77
"clean": "rm -rf node_modules .astro dist",
88
"dev": "astro dev",
@@ -17,26 +17,25 @@
1717
"dependencies": {
1818
"@astrojs/rss": "^4.0.12",
1919
"@astrojs/sitemap": "^3.6.0",
20-
"astro": "^5.14.1"
20+
"astro": "^5.14.3"
2121
},
2222
"devDependencies": {
2323
"@astrojs/check": "^0.9.4",
24-
"@eslint/markdown": "^7.3.0",
24+
"@eslint/markdown": "^7.4.0",
2525
"@iconify-json/heroicons": "^1.2.3",
2626
"@iconify-json/logos": "^1.2.9",
27-
"@types/node": "^24.6.2",
27+
"@types/node": "^24.7.1",
2828
"@unocss/eslint-config": "^66.5.2",
2929
"eslint": "^9.37.0",
3030
"eslint-plugin-astro": "^1.3.1",
3131
"eslint-plugin-jsx-a11y": "^6.10.2",
3232
"eslint-plugin-prettier": "^5.5.4",
33-
"globals": "^16.4.0",
3433
"prettier": "^3.6.2",
3534
"prettier-plugin-astro": "^0.14.1",
3635
"prettier-plugin-tailwindcss": "^0.6.14",
3736
"typescript": "^5.9.3",
38-
"typescript-eslint": "^8.45.0",
37+
"typescript-eslint": "^8.46.0",
3938
"unocss": "^66.5.2"
4039
},
41-
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa"
40+
"packageManager": "pnpm@10.18.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd"
4241
}

0 commit comments

Comments
 (0)