Skip to content

Commit

Permalink
docs(docs/): Getting Started
Browse files Browse the repository at this point in the history
  • Loading branch information
Yue-plus committed Aug 27, 2024
1 parent 987c17b commit db4ec8e
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 206 deletions.
14 changes: 7 additions & 7 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import { defineConfig } from 'astro/config';
import {defineConfig} from 'astro/config';
import react from "@astrojs/react";

import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
markdown: {
shikiConfig: {
theme: "one-dark-pro",
}
},
markdown: {
shikiConfig: {
theme: "one-dark-pro",
},
},

integrations: [react(), tailwind({applyBaseStyles: false})]
integrations: [react(), tailwind({applyBaseStyles: false})],
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@nanostores/react": "^0.7.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"astro": "^4.14.4",
"astro": "^4.14.5",
"nanostores": "^0.11.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
Loading

0 comments on commit db4ec8e

Please sign in to comment.