We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9efa0 commit e2583aeCopy full SHA for e2583ae
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
DEPLOY_PROJECT: ${{ secrets.DEPLOY_PROJECT }}
33
SECRET_KEY: ${{ secrets.SECRET_KEY }}
34
run: |
35
- zip -r -j docs-sjmcl.zip out
+ zip -r docs-sjmcl.zip out
36
ARTIFACT_HASH=$(sha256sum docs-sjmcl.zip | awk '{ print $1 }')
37
DEPLOY_TIMESTAMP=$(date +%s)
38
DEPLOY_HASH="${SECRET_KEY}${DEPLOY_TIMESTAMP}${ARTIFACT_HASH}"
next.config.mjs
@@ -7,7 +7,7 @@ const withNextra = nextra({
7
8
// Export the final Next.js config with Nextra included
9
export default withNextra({
10
- basePath: '/docs-sjmcl',
+ basePath: '/sjmcl',
11
output: 'export',
12
images: {
13
unoptimized: true // mandatory, otherwise won't export
0 commit comments