Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from doras-to/staging
Browse files Browse the repository at this point in the history
Backdating
  • Loading branch information
tommerty committed Nov 22, 2023
2 parents 988e0eb + f1124fa commit f8fbe51
Show file tree
Hide file tree
Showing 11 changed files with 705 additions and 22 deletions.
4 changes: 3 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ import mdx from "@astrojs/mdx";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), react(), mdx()],
integrations: [tailwind({
applyBaseStyles: true
}), react(), mdx()],
output: "server",
server: {
headers: {
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@
"react-dom": "^18.2.0",
"react-email": "^1.9.5",
"react-icons": "^4.11.0",
"react-markdown": "^9.0.1",
"react-tooltip": "^5.23.0",
"rehype-highlight": "^7.0.0",
"remark-gfm": "^4.0.0",
"resend": "^2.0.0",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
Expand Down
Loading

0 comments on commit f8fbe51

Please sign in to comment.