Skip to content

Commit

Permalink
docs: ignore /pro when no token is provided (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Jan 6, 2024
1 parent 9807e58 commit 893b246
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

1 comment on commit 893b246

@vercel
Copy link

@vercel vercel bot commented on 893b246 Jan 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-nuxt-js.vercel.app
ui-git-dev-nuxt-js.vercel.app
ui.nuxt.com

Please sign in to comment.