mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
changelog thingies
This commit is contained in:
@@ -11,7 +11,8 @@ function absolute(path) {
|
||||
return join(dirname(fileURLToPath(import.meta.url)), path);
|
||||
}
|
||||
|
||||
const isVercel = process.env.VERCEL === '1';
|
||||
// const isVercel = process.env.VERCEL === '1';
|
||||
const isVercel = true;
|
||||
|
||||
const adapter = isVercel ? staticAdapter() : nodeAdapter();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user