Skip to content

Commit 5141c67

Browse files
committed
chore: Update dependencies for landing pages
1 parent 4e73fb9 commit 5141c67

5 files changed

Lines changed: 4811 additions & 3145 deletions

File tree

landing/nuxt.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import Lara from '@primevue/themes/lara';
2+
import tailwindcss from "@tailwindcss/vite";
23

34
// https://nuxt.com/docs/api/configuration/nuxt-config
45
export default defineNuxtConfig({
@@ -12,10 +13,14 @@ export default defineNuxtConfig({
1213
],
1314
postcss: {
1415
plugins: {
15-
tailwindcss: {},
1616
autoprefixer: {},
1717
}
1818
},
19+
vite: {
20+
plugins: [
21+
tailwindcss()
22+
],
23+
},
1924
primevue: {
2025
options: {
2126
theme: {

0 commit comments

Comments
 (0)