Skip to content

Commit 3bd80e0

Browse files
update
1 parent 8aa3455 commit 3bd80e0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build]
22
publish = "dist"
3-
command = "astro build"
3+
command = "npm run build"

src/pages/cv.astro

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ import { CV } from "../content/cv.js";
3131
{
3232
Object.entries(CV.skills).map(([k, v]) => (
3333
<p>
34-
<b>{k}:</b>
35-
{v}
34+
<b>{k}:</b> {v}
3635
</p>
3736
))
3837
}

0 commit comments

Comments
 (0)