ConfigPlugin.setPublicUrl()
August 11, 2023
- Plugin
Sets the public URL.
configPlugin.setPublicUrl(url)
Parameters
url:
The new URL as a string.
Returns
The public URL.
Example
import { configPlugin } from "@plaoc/plugin";
configPlugin.setPublicUrl("http://xxx");
Platform Compatibility
Property/Method/Event | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
setPublicUrl | ✅ | ✅ | ✅ | X |
See Also
Powered by Waline v2.13.0