Fix image url
This commit is contained in:
@@ -4,7 +4,7 @@ import Head from 'next/head'
|
||||
import Navigasyon from './navigasyon'
|
||||
|
||||
const siteUrl = process.env.NEXT_PUBLIC_SITE_URL || 'http://localhost:3000'
|
||||
const apiUrl = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:1337'
|
||||
const apiUrl = process.env.NEXT_PUBLIC_API_URL_ROOT || 'http://localhost:1337'
|
||||
|
||||
export default function HeadLayout({
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user