Skip to content

Commit

Permalink
Setup standalone build.
Browse files Browse the repository at this point in the history
  • Loading branch information
nyusternie committed Jan 13, 2025
1 parent 5a9018a commit 76fbc1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const withMarkdoc = require('@markdoc/next.js')

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
reactStrictMode: true,
pageExtensions: ['js', 'jsx', 'md'],
experimental: {
Expand Down
6 changes: 5 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nexajs-web",
"version": "24.11.17",
"version": "25.1.13",
"license": "MIT",
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -33,5 +33,9 @@
"eslint-config-next": "13.0.2",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.1.13"
},
"packageManager": "yarn@1.22.22",
"engines": {
"node": ">=21.0.0"
}
}

0 comments on commit 76fbc1c

Please sign in to comment.