feat: add vercel build script

This commit is contained in:
David Nguyen
2023-09-14 15:00:14 +10:00
committed by Mythie
parent 95a40400af
commit 771042c9ce
25 changed files with 391 additions and 51 deletions

View File

@ -1,6 +1,7 @@
/* eslint-disable @typescript-eslint/no-var-requires */
const path = require('path');
const { withContentlayer } = require('next-contentlayer');
const { remapVercelEnv } = require('../../scripts/remap-vercel-env.cjs');
const { parsed: env } = require('dotenv').config({
path: path.join(__dirname, '../../.env.local'),