update to latest node and packages
^
This commit is contained in:
parent
5e2fd6f682
commit
af10b7d238
6 changed files with 9404 additions and 6137 deletions
|
@ -1,3 +1,5 @@
|
|||
import tailwindcss from "@tailwindcss/vite";
|
||||
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
app: {
|
||||
|
@ -18,17 +20,14 @@ export default defineNuxtConfig({
|
|||
|
||||
css: ["~/assets/app.css", "~/assets/ConthraxSemiBold.css"],
|
||||
|
||||
postcss: {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
},
|
||||
|
||||
compatibilityDate: "2024-04-03",
|
||||
devtools: { enabled: false },
|
||||
modules: ["@nuxtjs/strapi", "@nuxt/image"],
|
||||
|
||||
vite: {
|
||||
plugins: [tailwindcss()],
|
||||
},
|
||||
|
||||
strapi: {
|
||||
url: process.env.PUBLIC_STRAPI_URL,
|
||||
prefix: "/api",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue