We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3629816 commit 1b66ad3Copy full SHA for 1b66ad3
.github/workflows/deploy-docs.yml
@@ -14,6 +14,7 @@ jobs:
14
with:
15
node-version: "22"
16
- run: pnpm install
17
+ - run: pnpm -F packages/* build
18
- run: NUXT_APP_BASE_URL=/vue-split-panel/ pnpm -F docs build --preset github_pages
19
env:
20
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
docs/nuxt.config.ts
@@ -3,7 +3,7 @@ export default defineNuxtConfig({
3
modules: [],
4
css: ['@directus/vue-split-panel/index.css'],
5
compatibilityDate: '2025-07-18',
6
- ui: {
7
- safelist: ['red', 'green']
8
- }
+ robots: {
+ robotsTxt: false
+ },
9
});
0 commit comments