refactor: migrate from firebase to vercel

This commit is contained in:
Kim, Jimin 2024-04-27 12:19:23 +09:00
parent 43f80f9285
commit 717282ceb1
Signed by: pomp
GPG key ID: 2B516173EDD492EB
18 changed files with 545 additions and 98 deletions

View file

@ -1,8 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
distDir: "build",
images: { unoptimized: true },
experimental: {
externalDir: true,
},