From 8fb86f376209bfcb16d77a03fcbdde96b383e238 Mon Sep 17 00:00:00 2001 From: Luiz Gonzaga Date: Mon, 30 Oct 2023 17:47:32 -0700 Subject: [PATCH] fix: custom domain redirects --- astro.config.mjs | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index cd2da12..b03b8f7 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -5,6 +5,5 @@ import react from '@astrojs/react'; export default defineConfig({ // Enable React to support React JSX components. integrations: [react()], - site: 'http://lfilho.github.io/cv', - // base: '/cv', + site: 'http://luiz.dev', }); \ No newline at end of file diff --git a/package.json b/package.json index f8ef61c..b5a4a70 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "luiz-gonzaga-filho-html-cv-resume", "version": "0.0.1", "description": "My resumé written in React", - "homepage": "http://lfilho.github.io/cv", + "homepage": "http://luiz.dev", "repository": { "type": "git", "url": "https://github.com/lfilho/cv"