[web] workspace/sandpack: revert bundlerURL to bundler.greatfrontend.com

This commit is contained in:
Yangshun 2025-06-07 10:01:36 +08:00
parent 06f35d33f3
commit c501f7efd7
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const sandpackProviderOptions: Readonly<{
bundlerURL: string;
}> = {
// Default options for SandpackProvider.
bundlerURL: 'https://bundler.greatfrontend.io',
bundlerURL: 'https://bundler.greatfrontend.com',
};
export default sandpackProviderOptions;