Skip to content

Commit 18da5ba

Browse files
committed
homepage
1 parent d99948a commit 18da5ba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The recipient can open it directly in the browser without manually unzipping the
66

77
Using [DecompressionStream](https://developer.mozilla.org/en-US/docs/Web/API/DecompressionStream) + [base128-ascii](https://www.npmjs.com/package/base128-ascii).
88

9-
Preview: https://bddjr.github.io/vite-plugin-singlefile-compression/
9+
Preview: https://bddjr.github.io/vite-plugin-singlefile-compression/#/
1010

1111
## Setup
1212

@@ -167,7 +167,7 @@ type: `boolean`
167167

168168
## Effect
169169

170-
Preview: https://bddjr.github.io/vite-plugin-singlefile-compression/
170+
Preview: https://bddjr.github.io/vite-plugin-singlefile-compression/#/
171171

172172
```
173173
vite v8.0.8 building client environment for production...

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build": "tsc && node build.js && tsc _dist/templateRaw.ts --ignoreConfig --noEmit && cd test && node --run build",
1515
"prepublishOnly": "node --run build"
1616
},
17-
"homepage": "https://bddjr.github.io/vite-plugin-singlefile-compression/",
17+
"homepage": "https://bddjr.github.io/vite-plugin-singlefile-compression/#/",
1818
"repository": {
1919
"type": "git",
2020
"url": "git+https://github.com/bddjr/vite-plugin-singlefile-compression.git"

0 commit comments

Comments
 (0)