Skip to content

Commit

Permalink
docs: add site.url (#1924)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Jun 28, 2024
1 parent cb36094 commit 3e9c96b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ export default defineNuxtConfig({
typescript: {
strict: false
},
site: {
url: 'https://ui.nuxt.com'
},
vite: {
optimizeDeps: {
include: ['date-fns']
Expand Down

0 comments on commit 3e9c96b

Please sign in to comment.