PluginProbe
AI Builder – Generate pages, blocks, images & translate with AI / 2.0.8
AI Builder – Generate pages, blocks, images & translate with AI v2.0.8
2.7.10 2.7.9 2.7.8 2.0.8 2.0.9 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.3.0 2.3.10 All 122 releases
ai-builder / config.js

config.js in AI Builder – Generate pages, blocks, images & translate with AI 2.0.8, at config.js

9 lines 159 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 // PROD
2 window.config = {
3 apiUrl: "https://api.wordpress-ai-builder.com/api",
4 };
5 // DEV
6 // window.config = {
7 // apiUrl: "http://127.0.0.1:8080/api",
8 // };
9