--- import Base from '../layouts/Base.astro'; const apiName = 'vin-decoder'; const title = 'VIN Decoder API'; const description = 'Decode any 17-character VIN into make, model, year, trim, engine, body class, and more. Powered by the NHTSA vPIC public-domain database.'; ---