Skip to content

Commit ef6142a

Browse files
committed
chore: add site to astro config
1 parent 92eeb74 commit ef6142a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/kendo-react-e-commerce-astro-app/astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import react from '@astrojs/react';
33

44
export default defineConfig({
55
integrations: [react()],
6+
site: 'https://telerik.github.io',
67
base: `/kendo-react/kendo-react-e-commerce-astro-app/`,
78
build: {
89
outDir: 'build'

0 commit comments

Comments
 (0)