We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c88832 commit 38cf7beCopy full SHA for 38cf7be
pages/index.vue
@@ -3,7 +3,7 @@
3
<Header>
4
<h1
5
class="title"
6
- >Hello! I'm Israel Muñoz, a Full Stack Web Developer. I'm currently working in expanding access to computer science in mexican schools.</h1>
+ >Hi! I'm Israel Muñoz, a Full Stack Web Developer. I'm currently working in expanding access to computer science in mexican schools.</h1>
7
</Header>
8
<div class="container" id="blog">
9
<div class="columns">
@@ -31,7 +31,7 @@ export default {
31
// The head function generates all the metadata for the HTML's head
32
head() {
33
return {
34
- title: "Israel Muñoz",
+ title: "Hi! I'm Israel Muñoz",
35
meta: [
36
// SEO meta
37
{
0 commit comments