Skip to content

Commit

Permalink
trying to fix netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
fchikwekwe committed Nov 4, 2018
1 parent 0fcc721 commit e6964be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contactInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Snapcard</title>
<title>networq - Your face is your business card</title>
<link rel="stylesheet" href="assets/styles/main.css">
</head>

Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# This will be run the site build
command = "npm run build"
# This is the directory is publishing to netlify's CDN
publish = "public"
publish = "working/homepage"
2 changes: 1 addition & 1 deletion waiting/homepage/contactform.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<a class="nav-link" href="#">Video</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/index.html">Contact Us</a>
<a class="nav-link" href="../contactInfo.html">Contact Us</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit e6964be

Please sign in to comment.