From 930d6baa2bb6faa65ca2dcd3c39f107c2a2ec691 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Wed, 6 Sep 2023 14:37:28 +0200 Subject: [PATCH] no automatic router.base --- .github/workflows/nuxtjs.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/nuxtjs.yml b/.github/workflows/nuxtjs.yml index 07b93dd2..2f05e0db 100644 --- a/.github/workflows/nuxtjs.yml +++ b/.github/workflows/nuxtjs.yml @@ -51,14 +51,14 @@ jobs: with: node-version: "16" cache: ${{ steps.detect-package-manager.outputs.manager }} - - name: Setup Pages - uses: actions/configure-pages@v3 - with: - # Automatically inject router.base in your Nuxt configuration file and set - # target to static (https://nuxtjs.org/docs/configuration-glossary/configuration-target/). - # - # You may remove this line if you want to manage the configuration yourself. - static_site_generator: nuxt + # - name: Setup Pages + # uses: actions/configure-pages@v3 + # with: + # # Automatically inject router.base in your Nuxt configuration file and set + # # target to static (https://nuxtjs.org/docs/configuration-glossary/configuration-target/). + # # + # # You may remove this line if you want to manage the configuration yourself. + # static_site_generator: nuxt - name: Restore cache uses: actions/cache@v3 with: -- GitLab