feat(blog): migrate to nextJS
This commit is contained in:
parent
62b34c9c48
commit
badaa09950
38 changed files with 2226 additions and 445 deletions
8
apps/blog/next.config.js
Normal file
8
apps/blog/next.config.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: "export",
|
||||
distDir: "build",
|
||||
images: { unoptimized: true },
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
Loading…
Add table
Add a link
Reference in a new issue