Skip to content

Commit 9ebdbe5

Browse files
author
Micha Huhn
committedJul 26, 2024·
build project
1 parent b8dbf5e commit 9ebdbe5

File tree

5 files changed

+43
-1
lines changed

5 files changed

+43
-1
lines changed
 

‎docs/assets/index-BqIJW_Ap.js

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/assets/index-CblCI43M.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/favicon.png

1.04 KB
Loading

‎docs/index.html

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>Social links profile</title>
5+
6+
<meta charset="UTF-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
9+
<link rel="preconnect" href="https://fonts.googleapis.com">
10+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet">
12+
13+
<link rel="icon" href="/frontendmentor-social-links-profile/favicon.png">
14+
<script type="module" crossorigin src="/frontendmentor-social-links-profile/assets/index-BqIJW_Ap.js"></script>
15+
<link rel="stylesheet" crossorigin href="/frontendmentor-social-links-profile/assets/index-CblCI43M.css">
16+
</head>
17+
<body>
18+
<div id="app"></div>
19+
</body>
20+
</html>

‎vite.config.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ export default defineConfig({
1212
alias: {
1313
'@': fileURLToPath(new URL('./src', import.meta.url))
1414
}
15-
}
15+
},
16+
build: {
17+
outDir: 'docs'
18+
},
19+
base: '/frontendmentor-social-links-profile'
1620
})

0 commit comments

Comments
 (0)
Please sign in to comment.