Skip to content

Commit 41e8308

Browse files
committed
bug fix
1 parent cc77fc1 commit 41e8308

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "rm -rf build && parcel build src/index.html -d build --public-url ./",
1111
"dev": "parcel --port 8000 src/index.html -d __build",
1212
"serve": "serve -s build",
13-
"deploy": "NODE_DEBUG=gh-pages gh-pages -d build -b master"
13+
"deploy": "NODE_DEBUG=gh-pages gh-pages -b master -d build"
1414
},
1515
"devDependencies": {
1616
"gh-pages": "^3.1.0",

src/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ <h1 class="profile__heading">
5757

5858
<section class="record">
5959
<span class="record__label">Or look my CV:</span>
60-
<a class="record__link" target="_blank" href="https://drive.google.com/file/d/1dM4ISXTS9iN0h3wSsaIdxdVmmqxyfQjA/view?usp=sharing">
60+
<a
61+
class="record__link"
62+
target="_blank"
63+
href="https://drive.google.com/file/d/1dM4ISXTS9iN0h3wSsaIdxdVmmqxyfQjA/view?usp=sharing"
64+
>
6165
Curriculum Vitæ
6266
</a>
6367
</section>

0 commit comments

Comments
 (0)