Fix: correct baseUrl for ohne-makler provider - Fixes #251 (#252)

This commit is contained in:
Timur
2026-01-02 08:36:39 +01:00
committed by GitHub
parent 3c209a8f97
commit ad46500d4e

View File

@@ -44,7 +44,7 @@ export const init = (sourceConfig, blacklist) => {
export const metaInformation = {
name: 'OhneMakler',
baseUrl: 'https://www.ohne-makler.net/immobilien',
baseUrl: 'https://www.ohne-makler.net',
id: 'ohneMakler',
};
export { config };