mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
fix: invalid url on main page in self host
This commit is contained in:
@ -3,7 +3,7 @@ const path = require('path');
|
||||
const { withContentlayer } = require('next-contentlayer');
|
||||
|
||||
require('dotenv').config({
|
||||
path: path.join(__dirname, '../../.env.local'),
|
||||
path: path.join(__dirname, '../../.env'),
|
||||
});
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
|
||||
@ -3,7 +3,7 @@ const path = require('path');
|
||||
const { version } = require('./package.json');
|
||||
|
||||
require('dotenv').config({
|
||||
path: path.join(__dirname, '../../.env.local'),
|
||||
path: path.join(__dirname, '../../.env'),
|
||||
});
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
|
||||
Reference in New Issue
Block a user