Skip to content

Commit

Permalink
add site config
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Oct 23, 2023
1 parent dca862a commit b5aab63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ export default defineNuxtConfig({
download: true,
},

site: {
url: process.env.NUXT_PUBLIC_SITE_URL || 'http://localhost:3000',
name: 'AgencyOS',
},

// OG Image Configuration - https://nuxtseo.com/og-image/getting-started/installation
ogImage: {
defaults: {
Expand Down

0 comments on commit b5aab63

Please sign in to comment.