We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3806b5 commit fdf3349Copy full SHA for fdf3349
Auto-Image.js
@@ -2,7 +2,7 @@
2
// Base URL configuration - checks localStorage first, falls back to GitHub
3
const getBaseUrl = () => {
4
try {
5
- const customBaseUrl = localStorage.getItem('wplace-autobot-base-url');
+ const customBaseUrl = localStorage.getItem('wplace-bot-base-url');
6
if (customBaseUrl) {
7
return customBaseUrl.endsWith('/') ? customBaseUrl.slice(0, -1) : customBaseUrl;
8
}
0 commit comments