Skip to content

Commit debce79

Browse files
docs(readme): update name
1 parent 2ec61c7 commit debce79

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ proof: prod ## Run html-proofer against our prod build
3939
@docker run --rm \
4040
-v $(PWD)/public:/public \
4141
-e INPUT_DIRECTORY=public \
42-
-e INPUT_SWAP_URLS='{"^https:\\/\\/mlo\\.io\\/": "/"}' \
42+
-e INPUT_SWAP_URLS='{"^https:\\/\\/ivorisoutdoors\\.com\\/": "/"}' \
4343
-e INPUT_CHECK_CSS='false' \
4444
anishathalye/proof-html:2.2.2
4545
.PHONY: proof

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# mlo.io
1+
# ivorisoutdoors.com
22

33
My personal website built with [Hugo](https://gohugo.io/).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "mlo.io",
2+
"name": "ivorisoutdoors.com",
33
"private": true,
44
"type": "module",
55
"scripts": {

0 commit comments

Comments
 (0)