fix(astro): remove astro checks
All checks were successful
build dist / build-dist (push) Successful in 29s
All checks were successful
build dist / build-dist (push) Successful in 29s
This commit is contained in:
parent
702361c3ca
commit
f0562309f2
4 changed files with 67 additions and 252 deletions
|
@ -1,11 +1,8 @@
|
|||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
import react from '@astrojs/react';
|
||||
import tailwindcss from '@tailwindcss/vite';
|
||||
import umami from "@yeskunall/astro-umami";
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [
|
||||
umami({
|
||||
|
@ -15,6 +12,6 @@ export default defineConfig({
|
|||
react(),
|
||||
],
|
||||
vite: {
|
||||
plugins: [tailwindcss()]
|
||||
}
|
||||
});
|
||||
plugins: [tailwindcss()],
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue