@astrojs/vercel
Version:
Deploy your site to Vercel
11 lines (10 loc) • 319 B
JavaScript
import vercelIntegration from "../index.js";
function staticAdapter(config) {
console.warn(
'The "@astrojs/vercel/static" import is deprecated and will be removed in a future release. Please import from "@astrojs/vercel" instead.'
);
return vercelIntegration(config);
}
export {
staticAdapter as default
};