Skip to content

Commit 8199dc9

Browse files
feat: update boxmux version and add prerender configuration for documentation
1 parent 81aa152 commit 8199dc9

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ license = "MIT"
9191
name = "boxmux"
9292
readme = "README.md"
9393
repository = "https://github.com/jowharshamshiri/boxmux"
94-
version = "0.172.28798"
94+
version = "0.173.28867"
9595

9696
[package.metadata.deb]
9797
assets = [["target/release/boxmux", "usr/bin/", "755"], ["README.md", "usr/share/doc/boxmux/README", "644"], ["examples/*", "usr/share/doc/boxmux/examples/", "644"]]

docs/src/routes/+page.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export const prerender = true;

docs/svelte.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const config = {
2525
assets: '' // Assets served from root
2626
},
2727
prerender: {
28+
entries: ['/', '/docs', '/docs/*'],
2829
handleHttpError: 'warn'
2930
}
3031
}

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.172.28798
1+
0.173.28867

0 commit comments

Comments
 (0)