Version 1.2

This commit is contained in:
Flatlogic Bot 2025-10-02 19:29:18 +00:00
parent b55a3e4e01
commit e2ccddf4a3
2 changed files with 12 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -43,6 +43,16 @@ const nextConfig = {
source: '/blog',
destination: '/web_pages/blog',
},
{
source: '/add-listing-wizard',
destination: '/listings/listings-new',
},
{
source: '/search-wizard',
destination: '/search',
}
];
},
};