File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Click the button below for one-click deployment to Cloudflare Workers:
1818### Method 3: Docker One-Click Deployment (Recommended for Self-hosting)
1919
2020``` bash
21- docker run -d --name nodecrypt -p 80:80 shua1 /nodecrypt
21+ docker run -d --name nodecrypt -p 80:80 ghcr.io/shuaiplus /nodecrypt
2222```
2323
2424Access http://localhost:80
Original file line number Diff line number Diff line change @@ -50,12 +50,6 @@ export default defineConfig({
5050 if ( / a e s - j s | e l l i p t i c | j s - c h a c h a 2 0 | j s - s h a 2 5 6 / . test ( id ) ) {
5151 return 'crypto-libs'
5252 }
53- if ( id . includes ( 'emoji-picker-element' ) ) {
54- return 'emoji-libs'
55- }
56- if ( id . includes ( '@dicebear' ) ) {
57- return 'avatar-libs'
58- }
5953 return 'vendor-deps'
6054 }
6155 return undefined
You can’t perform that action at this time.
0 commit comments