diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c6031aaba..929234868c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,8 +49,5 @@ jobs: run: npm install working-directory: 'website' - name: Build the forge - run: npm run build:skip-images + run: npm run build:nuxt:skip-images working-directory: 'website' - - uses: untitaker/hyperlink@fb5bb9c5011a3d143a54b4b30aedc30ec5bc0f89 # 0.2.0 - with: - args: website/_site/ --check-anchors --sources website/src diff --git a/nuxt/.gitignore b/nuxt/.gitignore index e9a927cecc..999b3b8a9d 100644 --- a/nuxt/.gitignore +++ b/nuxt/.gitignore @@ -8,3 +8,4 @@ public/ # Dependencies (hoisted to workspace root) node_modules/ +.data/ diff --git a/nuxt/components/AppHeader.vue b/nuxt/components/AppHeader.vue index c3766205ba..3e6d3f624e 100644 --- a/nuxt/components/AppHeader.vue +++ b/nuxt/components/AppHeader.vue @@ -74,7 +74,7 @@ onMounted(() => {