[web] workspace/sandpack: revert bundlerURL to bundler.greatfrontend.com
This commit is contained in:
parent
06f35d33f3
commit
c501f7efd7
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue