-
Notifications
You must be signed in to change notification settings - Fork 273
PWA support #3639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PWA support #3639
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix build error:
error during build:
[vite:build-html] Unable to parse HTML; parse5 error code missing-whitespace-between-attributes
at /home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/index.html:17:16
15 | <meta name="viewport" content="width=device-width, initial-scale=1, viewpor>
16 |
17 | <link rel="manifest" href="manifest.json">
| ^
18 |
19 | </head>
file: /home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/index.html
at handleParseError (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-DbT5NFX0.js:35172:9)
at Parser.onParseError (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-DbT5NFX0.js:35097:7)
at Tokenizer._err (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-D-7KCb9p.js:1155:89)
at Tokenizer._stateAfterAttributeValueQuoted (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-D-7KCb9p.js:2760:22)
at Tokenizer._callState (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-D-7KCb9p.js:1666:22)
at Tokenizer._runParsingLoop (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-D-7KCb9p.js:1179:22)
at Tokenizer.write (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-D-7KCb9p.js:1204:14)
at Parser.parse (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-D-7KCb9p.js:[48](https://github.com/Comfy-Org/ComfyUI_frontend/actions/runs/14725970382/job/41359210690?pr=3639#step:6:49)86:26)
at parse (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-D-7KCb9p.js:7957:19)
at traverseHtml (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-DbT5NFX0.js:35092:15)
Error: Process completed with exit code 1.
For context:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution!
Co-authored-by: bymyself <[email protected]>
Small change, but I would appreciate PWA support for iOS devices, so when added to home screen it looks better.
┆Issue is synchronized with this Notion page by Unito