This commit is contained in:
@@ -5,6 +5,8 @@ import tailwindcss from '@tailwindcss/vite';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: process.env.ASTRO_SITE_URL || 'http://localhost:4321',
|
||||
base: process.env.ASTRO_BASE_PATH || '/',
|
||||
vite: {
|
||||
plugins: [tailwindcss()]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user