Skip to content

Commit 1dac1da

Browse files
committed
chore: nuxt.config
1 parent 0a5d5bf commit 1dac1da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/docs/nuxt.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ export default defineNuxtConfig({
88
},
99
runtimeConfig: {
1010
public: {
11+
siteUrl: 'https://qwik-storefront-ui.pages.dev/',
12+
siteName: 'Qwik Storefront UI library',
13+
siteDescription:
14+
'A frontend library for Qwik that helps developers quickly build fast, accessible, and beautiful storefronts.',
15+
language: 'en',
1116
storefrontUi: true,
1217
DOCS_EXAMPLES_QWIK_PATH: process.env.DOCS_EXAMPLES_QWIK_PATH,
1318
},

0 commit comments

Comments
 (0)