We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d47ff9 commit 465a5e8Copy full SHA for 465a5e8
2 files changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
# This step runs your "generate" script: "nuxt prepare && nuxt generate www"
36
# This command is responsible for generating files into 'www/.output/public'
37
env:
38
- NUXT_APP_BASE_URL: / # Setting the BASE_URL environment variable for Nuxt
+ NUXT_APP_BASE_URL: "/" # Setting the BASE_URL environment variable for Nuxt
39
run: pnpm run generate
40
41
- name: Deploy to GitHub Pages
nuxt.config.ts
@@ -13,7 +13,7 @@ const currentDir = dirname(fileURLToPath(import.meta.url));
13
export default defineNuxtConfig({
14
nitro: {
15
//preset: 'github-pages',
16
- preset: process.env.PRESET,
+ //preset: process.env.PRESET,
17
prerender: {
18
failOnError: true, // Don’t exit build on missing docs/images
19
},
0 commit comments