Skip to content

Commit

Permalink
fix: custom domain redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
lfilho committed Oct 31, 2023
1 parent 374ecc4 commit 8fb86f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8fb86f3

Please sign in to comment.