diff --git a/docs/.env.example b/docs/.env.example index 225cf544..7e0b77e3 100644 --- a/docs/.env.example +++ b/docs/.env.example @@ -1 +1,4 @@ +# To use Nuxt Elements in production NUXT_ELEMENTS_TOKEN= +# Used when pre-rendering the docs for dynamic OG images +NUXT_PUBLIC_SITE_URL= diff --git a/docs/app.config.ts b/docs/app.config.ts new file mode 100644 index 00000000..372586fd --- /dev/null +++ b/docs/app.config.ts @@ -0,0 +1,6 @@ +export default defineAppConfig({ + ui: { + primary: 'green', + gray: 'slate' + } +}) diff --git a/docs/app.vue b/docs/app.vue index 8985b170..56a13bdf 100644 --- a/docs/app.vue +++ b/docs/app.vue @@ -3,20 +3,11 @@
- - - - + + + - - - - +