You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Admin UI is built on Remix and uses the Cloudflare Workers configuration. Upgrade the project to be deployable to Cloudflare Pages.
These are the approaches I can think of right now:
Create a new pages project using the Remix CLI and moves the necessary files and configurations.
Upgrade to Remix 1.13 and use the new Remix configuration settings to make this work. This would also require updating the wrangler.toml file.
See the Worker Sites Migration page for more info.
See Remix's 1.13 release note for more info on fine-tuning your server build. There is also built-in TailwindCSS support, and we could make use of that.
The text was updated successfully, but these errors were encountered:
The Admin UI is built on Remix and uses the Cloudflare Workers configuration. Upgrade the project to be deployable to Cloudflare Pages.
These are the approaches I can think of right now:
The text was updated successfully, but these errors were encountered: