mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-06 01:16:58 -06:00
vercel: use official plaiceholder plugin
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user