Skip to content
Snippets Groups Projects
Commit 930d6baa authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

no automatic router.base

parent 9ea3d76e
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment