File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ jobs:
7272 with :
7373 node-version : ' 22'
7474 # Pick your own package manager and build script
75- - run : npm install
75+ - run : pnpm install --frozen-lockfile
7676 - name : Update stats
77- run : npm run update-stats
78- - run : npx nuxt generate --preset github_pages
77+ run : pnpm run update-stats
78+ - run : pnpm nuxt generate --preset github_pages
7979 - name : Upload artifact
8080 uses : actions/upload-pages-artifact@v4
8181 with :
Original file line number Diff line number Diff line change @@ -64,15 +64,13 @@ export default defineNuxtConfig({
6464 } ,
6565 } ,
6666 app : {
67- baseURL : '/' ,
67+ baseURL : '/litestar.dev-v2/ ' ,
6868 pageTransition : false ,
6969 layoutTransition : false ,
7070 } ,
7171 css : [ '~/assets/css/main.css' ] ,
7272 experimental : {
7373 extractAsyncDataHandlers : true ,
74- // payloadExtraction: true,
75- // renderJsonPayloads: true,
7674 } ,
7775 content : {
7876 build : {
You can’t perform that action at this time.
0 commit comments