Skip to content

Commit

Permalink
ci(astro): update subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
rdsov committed Dec 27, 2023
1 parent 15dd4ef commit 90dbf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import {defineConfig} from 'astro/config';
import tailwind from "@astrojs/tailwind";
// https://astro.build/config
export default defineConfig({
site: 'https://futureblur.com',
site: 'https://futureblur.github.io',
integrations: [tailwind()]
});

0 comments on commit 90dbf9f

Please sign in to comment.