change port 4023 to 4024
This commit is contained in:
@@ -2,7 +2,7 @@ import { MetadataRoute } from 'next'
|
||||
import TopicModel from '@/models/topic'
|
||||
|
||||
export default async function sitemap(): Promise<MetadataRoute.Sitemap> {
|
||||
const baseUrl = process.env.NEXT_PUBLIC_SITE_URL || 'http://localhost:4023'
|
||||
const baseUrl = process.env.NEXT_PUBLIC_SITE_URL || 'http://localhost:4024'
|
||||
|
||||
// Static pages
|
||||
const staticPages = [
|
||||
|
||||
Reference in New Issue
Block a user