fix: invalid url on main page in self host

This commit is contained in:
Tameem Asim
2023-10-18 16:28:57 +05:00
committed by Mythie
parent 04fc9eb187
commit 5445b85aae
2 changed files with 2 additions and 2 deletions

View File

@ -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} */