Skip to content

Commit

Permalink
feat: add site URL to astro config
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Jul 23, 2024
1 parent 74977a8 commit 5961c3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/www/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
site: "https://ui.adrianub.dev",
integrations: [
// angular(),
starlight({
Expand Down

0 comments on commit 5961c3d

Please sign in to comment.