Skip to content

Commit

Permalink
docs(nuxt.config): use oss license
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jan 8, 2025
1 parent 1f71d74 commit 6a81db2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:

env:
NUXT_GITHUB_TOKEN: ${{ secrets.NUXT_GITHUB_TOKEN }}
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,9 @@ export default defineNuxtConfig({

image: {
provider: 'ipx'
},

uiPro: {
license: 'oss'
}
})

0 comments on commit 6a81db2

Please sign in to comment.