mirror of
https://github.com/mmahdium/portfolio.git
synced 2026-08-16 21:14:31 +03:30
feat: enhance blog components, improve routing, and add clean script for build process
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { queryCollection } from '@nuxt/content/server'
|
||||
|
||||
export default defineEventHandler(async (event) => {
|
||||
const config = useRuntimeConfig()
|
||||
const siteUrl = config.public.siteUrl || 'https://example.com'
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import { queryCollection } from '@nuxt/content/server'
|
||||
|
||||
export default defineEventHandler(async (event) => {
|
||||
const config = useRuntimeConfig()
|
||||
const siteUrl = config.public.siteUrl || 'https://example.com'
|
||||
|
||||
Reference in New Issue
Block a user