Skip to content

Commit 9ae7ffc

Browse files
committed
Update configuration and add wrangler.jsonc for deployment; include 'out' directory in .gitignore
1 parent bc7c6df commit 9ae7ffc

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ node_modules
44
pnpm-lock.yaml
55
package-lock.json
66
.DS_Store
7+
out

next.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import nextra from 'nextra'
33
const withNextra = nextra({})
44

55
export default withNextra({
6+
output: 'export',
7+
images: { unoptimized: true },
68
async redirects() {
79
return [
810
{

wrangler.jsonc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "ensemble-docs",
3+
"compatibility_date": "2026-02-23",
4+
"assets": {
5+
"directory": "./out"
6+
}
7+
}

0 commit comments

Comments
 (0)