Remove Tailwind vite plugin - use Tailwind CSS standalone
Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled

This commit is contained in:
Kunthawat Greethong
2026-04-27 20:56:38 +07:00
parent fd676e81bf
commit 0717cea5c7
4 changed files with 7 additions and 7 deletions

View File

@@ -6,3 +6,5 @@
{"t":0,"agent":"ab760b5","agent_type":"unknown","event":"agent_stop","success":true}
{"t":0,"agent":"a480718","agent_type":"unknown","event":"agent_stop","success":true}
{"t":0,"agent":"a462a28","agent_type":"unknown","event":"agent_stop","success":true}
{"t":0,"agent":"a9b8a44","agent_type":"unknown","event":"agent_stop","success":true}
{"t":0,"agent":"ad24c6c","agent_type":"unknown","event":"agent_stop","success":true}

View File

@@ -3,5 +3,5 @@
"total_spawned": 0,
"total_completed": 0,
"total_failed": 0,
"last_updated": "2026-04-27T13:31:47.934Z"
"last_updated": "2026-04-27T13:44:08.187Z"
}

View File

@@ -1,5 +1,4 @@
import { defineConfig } from 'astro/config'
import tailwindcss from '@tailwindcss/vite'
import { fileURLToPath } from 'url'
import path from 'path'
@@ -9,7 +8,6 @@ export default defineConfig({
site: 'https://example.com',
integrations: [],
vite: {
plugins: [tailwindcss()],
define: {
'import.meta.env.TINA_TOKEN': JSON.stringify(process.env.TINA_TOKEN || ''),
},

View File

@@ -14,19 +14,19 @@
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^5.0.4",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.2.4",
"astro": "^6.1.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^4.0.0",
"@tinacms/cli": "^2.2.3",
"tinacms": "^2.2.3",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
"@types/react-dom": "^18.3.1",
"tailwindcss": "^4.0.0",
"@tailwindcss/vite": "^4.2.4",
"@tailwindcss/typography": "^0.5.15"
},
"engines": {
"node": ">=20.0.0"