@objectdocs/site 0.2.9 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @objectdocs/site
2
2
 
3
+ ## 0.2.10
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: enable standalone output mode for better Vercel/Docker support
8
+
3
9
  ## 0.2.9
4
10
 
5
11
  ### Patch Changes
package/next.config.mjs CHANGED
@@ -15,6 +15,7 @@ const nextConfig = {
15
15
  reactStrictMode: true,
16
16
  distDir: '.next',
17
17
  images: { unoptimized: true },
18
+ output: 'standalone',
18
19
  transpilePackages: ['@objectdocs/site'],
19
20
  };
20
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectdocs/site",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "ObjectDocs Site Template",
5
5
  "repository": {
6
6
  "type": "git",