Skip to content

Commit

Permalink
Merge pull request #2702 from telerik/deploy-astro-app
Browse files Browse the repository at this point in the history
chore: add site to astro config
  • Loading branch information
bptodorova authored Nov 18, 2024
2 parents 53d3808 + 33a3001 commit 5aa029b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/kendo-react-e-commerce-astro-app/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import react from '@astrojs/react';

export default defineConfig({
integrations: [react()],
site: 'https://telerik.github.io',
base: `/kendo-react/kendo-react-e-commerce-astro-app/`,
build: {
outDir: 'build'
Expand Down

0 comments on commit 5aa029b

Please sign in to comment.