vercel: use official plaiceholder plugin

This commit is contained in:
2024-12-18 15:11:51 -06:00
parent 03cf3439e7
commit d141debc96
3 changed files with 16 additions and 88 deletions

View File

@@ -1,4 +1,7 @@
// @ts-check
import withPlaiceholder from "@plaiceholder/next";
/**
* Run `build` or `dev` with `SKIP_ENV_VALIDATION` to skip env validation.
* This is especially useful for Docker builds.
@@ -58,4 +61,4 @@ const config = {
];
},
};
export default config;
export default withPlaiceholder(config);