Skip to content

Commit

Permalink
fix: app name
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed May 16, 2024
1 parent 86b3231 commit e858f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default defineNuxtConfig({
extends: [['github:matter-labs/docs-nuxt-template', { install: true }]],
modules: ['@nuxt/content', '@nuxt/ui', '@nuxt/eslint', '@nuxtjs/seo'],
site: {
name: 'Code Community',
name: 'Community Code',
url: process.env.NUXT_SITE_ENV ? 'https://staging-code.zksync.io' : 'https://code.zksync.io',
},
runtimeConfig: {
Expand Down

0 comments on commit e858f98

Please sign in to comment.