Skip to content

Commit

Permalink
Setting custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
petrovicz committed Apr 4, 2024
1 parent 0de0515 commit fb7a973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import tailwind from "@astrojs/tailwind";
// https://astro.build/config
export default defineConfig({
integrations: [tailwind()],
site: 'https://petrovicz.github.io',
base: '/astro-photoswipe'
site: 'https://astro-photoswipe.petrovicz.com',
base: '/'
});
1 change: 1 addition & 0 deletions public/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
astro-photoswipe.petrovicz.com

0 comments on commit fb7a973

Please sign in to comment.