feat: UiProse prose component with link highjacking
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { description } from "../../../composer.json";
|
||||
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
|
||||
@@ -5,6 +7,7 @@ export default defineNuxtConfig({
|
||||
"@lewebsimple/nuxt-graphql",
|
||||
"@nuxt/eslint",
|
||||
"@nuxt/ui",
|
||||
"@nuxtjs/seo",
|
||||
"nuxt-auth-utils",
|
||||
],
|
||||
|
||||
@@ -18,6 +21,12 @@ export default defineNuxtConfig({
|
||||
|
||||
css: ["~/assets/css/_main.css"],
|
||||
|
||||
site: {
|
||||
name: description,
|
||||
url: process.env.NUXT_SITE_URL || "https://wp-headless.ledevsimple.ca",
|
||||
defaultLocale: "fr",
|
||||
},
|
||||
|
||||
ui: {
|
||||
colorMode: false,
|
||||
},
|
||||
@@ -47,4 +56,5 @@ export default defineNuxtConfig({
|
||||
},
|
||||
saveSdl: "server/graphql/schema.graphql",
|
||||
},
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user