Skip to content

Commit ffa8405

Browse files
committed
Deploy portfolio to user GitHub Pages site
1 parent 1ce1eeb commit ffa8405

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="UTF-8" />
6-
<link rel="icon" type="image/svg+xml" href="/ataulhai.github.io/vite.svg" />
6+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88

99
<!-- SEO Meta Tags -->
@@ -24,8 +24,8 @@
2424
<link rel="preconnect" href="https://fonts.googleapis.com">
2525
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
2626
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
27-
<script type="module" crossorigin src="/ataulhai.github.io/assets/index-Big1xFzz.js"></script>
28-
<link rel="stylesheet" crossorigin href="/ataulhai.github.io/assets/index-vyM8XurD.css">
27+
<script type="module" crossorigin src="/assets/index-D-IKIV5W.js"></script>
28+
<link rel="stylesheet" crossorigin href="/assets/index-vyM8XurD.css">
2929
</head>
3030

3131
<body>

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ export default defineConfig({
1212

1313
// For local development, this doesn't affect anything.
1414
// ===========================================
15-
base: '/ataulhai.github.io/',
15+
base: '/',
1616
})

0 commit comments

Comments
 (0)