Skip to content

Commit 59dfa31

Browse files
authored
Merge pull request #8 from thusalapi:feat/domain-integrate
feat: update homepage URL and configure base path for deployment
2 parents a9c5392 + d55043a commit 59dfa31

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin />
1717
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net" />
18-
<script type="module" crossorigin src="/portfolio-thusalapi/assets/index-26a91c5c.js"></script>
18+
<script type="module" crossorigin src="/portfolio-thusalapi/assets/index-ab127701.js"></script>
1919
<link rel="stylesheet" href="/portfolio-thusalapi/assets/index-004e9daf.css">
2020
</head>
2121
<body>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"homepage": "https://thusalapi.github.io/portfolio-thusalapi/",
2+
"homepage": "https://thusala.me",
33
"name": "portfolio-thusalapi",
44
"private": true,
55
"version": "0.0.0",

public/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
thusala.me

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
base: '/portfolio-thusalapi/'
7+
base: '/'
88
})

0 commit comments

Comments
 (0)