Remove Tailwind vite plugin - use Tailwind CSS standalone
Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled
Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled
This commit is contained in:
@@ -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 || ''),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user