feat: implement SEO improvements, listing profiles, service images, and towns serviced

This commit is contained in:
2026-03-08 15:12:55 -04:00
parent 7ac2c7c59e
commit c6ca35fcd9
28 changed files with 4258 additions and 85 deletions

View File

@@ -6,7 +6,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://newenglandoil_api_rust:9552',
target: 'http://localoilprices_api_rust:9552',
changeOrigin: true
}
}