mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 19:30:37 +01:00
docs: ignore /pro when no token is provided (#1205)
This commit is contained in:
@@ -86,7 +86,8 @@ export default defineNuxtConfig({
|
||||
'/api/search.json',
|
||||
'/api/releases.json',
|
||||
'/api/pulls.json'
|
||||
]
|
||||
],
|
||||
ignore: !process.env.NUXT_UI_PRO_PATH && !process.env.NUXT_GITHUB_TOKEN ? ['/pro'] : []
|
||||
}
|
||||
},
|
||||
componentMeta: {
|
||||
|
||||
Reference in New Issue
Block a user