Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Jul 1, 2024
1 parent 6f64bcf commit 64b8770
Show file tree
Hide file tree
Showing 8 changed files with 441 additions and 4 deletions.
5 changes: 5 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { defineConfig } from 'astro/config';
import starlight from '@astrojs/starlight';
import solidJs from "@astrojs/solid-js";
import robotsTxt from "astro-robots-txt";
import sitemap from "@astrojs/sitemap";

// https://astro.build/config
export default defineConfig({
Expand Down Expand Up @@ -97,6 +100,8 @@ export default defineConfig({
lang:"zh-CN",
},
},
customCss: ['./src/assets/landing.css'],
}),
solidJs(), robotsTxt(), sitemap(),
],
});
203 changes: 203 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/solid-js": "^4.4.0",
"@astrojs/starlight": "^0.24.4",
"astro": "^4.10.2",
"astro-robots-txt": "^1.0.0",
"sharp": "^0.32.5",
"@astrojs/check": "^0.7.0",
"typescript": "^5.5.2"
}
}
}
Loading

0 comments on commit 64b8770

Please sign in to comment.