Skip to content

Commit

Permalink
Merge branch 'main' into v5.0-streaming-iiif3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein authored Aug 18, 2023
2 parents 946d7e8 + 9eb0ae0 commit 37555bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run: npm install
- name: Build with Next.js
run: npx --no-install next build
env:
NEXTJS_BASE_PATH: "/serverless-iiif"
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ const withNextra = require('nextra')({

module.exports = withNextra({
basePath: process.env.NEXTJS_BASE_PATH || '',
output: 'export',
images: {
unoptimized: true
}
},
output: 'export'
});

// If you have other Next.js configurations, you can pass them as the parameter:
Expand Down

0 comments on commit 37555bd

Please sign in to comment.