File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2525 # Set the environment variable and run the generate script
2626 - name : Build and Generate Static Files
2727 # **IMPORTANT:** Replace 'repository-name' with your actual repository name
28- run : NUXT_APP_BASE_URL=/comforterpdocsnuxt / npm run generate
28+ run : NUXT_APP_BASE_URL=/comforthrmdocsnuxt / npm run generate
2929
3030 - name : Deploy to GitHub Pages
3131 uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ import tailwindcss from '@tailwindcss/vite';
44
55const currentDir = dirname ( fileURLToPath ( import . meta. url ) ) ;
66
7- //const base = process.env.NUXT_APP_BASE_URL || '/comforterpdocsnuxt /';
7+ //const base = process.env.NUXT_APP_BASE_URL || '/comforthrmdocsnuxt /';
88
99export default defineNuxtConfig ( {
1010 nitro : {
1111 //preset: 'github-pages',
1212 preset : process . env . PRESET ,
1313 } ,
1414 app : {
15- //baseURL: '/comforterpdocsnuxt /'
16- //baseURL: process.env.BASE_URL || '/comforterpdocsnuxt /',
15+ //baseURL: '/comforthrmdocsnuxt /'
16+ //baseURL: process.env.BASE_URL || '/comforthrmdocsnuxt /',
1717 baseURL : process . env . BASE_URL ,
1818 head : {
1919 link : [
Original file line number Diff line number Diff line change 3939 "build" : " nuxt prepare && nuxt build www" ,
4040 "dev" : " nuxt prepare && nuxt dev www" ,
4141 "generate2" : " nuxt prepare && nuxt generate www" ,
42- "generate" : " nuxt prepare && NUXT_APP_BASE_URL=/comforterpdocsnuxt / nuxt generate --preset github_pages" ,
42+ "generate" : " nuxt prepare && NUXT_APP_BASE_URL=/comforthrmdocsnuxt / nuxt generate --preset github_pages" ,
4343 "preview" : " nuxt prepare && nuxt preview www" ,
4444 "typecheck" : " nuxt prepare && nuxt typecheck" ,
4545 "lint" : " eslint ." ,
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export default defineAppConfig({
7373 }, */
7474 {
7575 icon : 'lucide:github' ,
76- to : 'https://github.com/codeboxrcodehub/comforterpdocsnuxt ' ,
76+ to : 'https://github.com/codeboxrcodehub/comforthrmdocsnuxt ' ,
7777 target : '_blank' ,
7878 } ,
7979 ] ,
@@ -357,7 +357,7 @@ export default defineAppConfig({
357357 }, */
358358 {
359359 icon : 'lucide:github' ,
360- to : 'https://github.com/codeboxrcodehub/comforterpdocsnuxt ' ,
360+ to : 'https://github.com/codeboxrcodehub/comforthrmdocsnuxt ' ,
361361 target : '_blank' ,
362362 } ,
363363 ] ,
@@ -371,14 +371,14 @@ export default defineAppConfig({
371371 {
372372 title : 'Star on GitHub' ,
373373 icon : 'lucide:star' ,
374- to : 'https://github.com/codeboxrcodehub/comforterpdocsnuxt ' ,
374+ to : 'https://github.com/codeboxrcodehub/comforthrmdocsnuxt ' ,
375375 target : '_blank' ,
376376 showLinkIcon : true ,
377377 } ,
378378 {
379379 title : 'Create Issues' ,
380380 icon : 'lucide:circle-dot' ,
381- to : 'https://github.com/codeboxrcodehub/comforterpdocsnuxt ' ,
381+ to : 'https://github.com/codeboxrcodehub/comforthrmdocsnuxt ' ,
382382 target : '_blank' ,
383383 showLinkIcon : true ,
384384 } ,
@@ -401,7 +401,7 @@ export default defineAppConfig({
401401 } ,
402402 {
403403 icon : 'lucide:github' ,
404- to : 'https://github.com/codeboxrcodehub/comforterpdocsnuxt ' ,
404+ to : 'https://github.com/codeboxrcodehub/comforthrmdocsnuxt ' ,
405405 target : '_blank' ,
406406 } ,
407407 ] ,
You can’t perform that action at this time.
0 commit comments