Fix.
This commit is contained in:
parent
ebed0c208c
commit
0d90e4c166
@ -28,7 +28,12 @@ function CV() {
|
||||
|
||||
const interests: Interest[] = []
|
||||
|
||||
const profile: Profile = {}
|
||||
const profile: Profile = {
|
||||
"name": "",
|
||||
"title": "",
|
||||
"quote": "",
|
||||
"picture": ""
|
||||
}
|
||||
|
||||
document.title = profile.name;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user