Skip to content

Commit

Permalink
🔧 fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jamerrq committed Jan 26, 2024
1 parent a0cd603 commit c3455c4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 198 deletions.
25 changes: 0 additions & 25 deletions astro.config.mjs

This file was deleted.

Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@astrojs/preact": "^3.1.0",
"@astrojs/tailwind": "^5.0.4",
"@fontsource/merriweather": "^5.0.8",
"astro": "^4.0.7",
"astro": "4.0.8",
"astro-critters": "^2.0.11",
"astro-robots-txt": "^1.0.0",
"preact": "^10.19.3",
Expand Down
169 changes: 0 additions & 169 deletions tailwind.config.mjs

This file was deleted.

4 changes: 1 addition & 3 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import type { Config } from 'tailwindcss'

export default {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
darkMode: 'class', // or 'media' or 'class
Expand Down Expand Up @@ -168,4 +166,4 @@ export default {
'fill-[#777BB4]',
'fill-[#1572B6]'
]
} satisfies Config
}

0 comments on commit c3455c4

Please sign in to comment.