-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
making a few changes to get visual identity to work
- Loading branch information
1 parent
b0f4d4f
commit 0da50a0
Showing
4 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"license": "MIT", | ||
"author": "Matt Reimer <[email protected]>", | ||
"dependencies": { | ||
"@riverscapes/gatsby-theme": "^0.1.24", | ||
"@riverscapes/gatsby-theme": "^0.1.25", | ||
"gatsby": "^5.10.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
|
@@ -24,7 +24,7 @@ | |
"start": "gatsby develop -p 8000", | ||
"start:clean": "yarn clean; gatsby develop -p 8000", | ||
"upgrade:theme": "yarn upgrade @riverscapes/gatsby-theme", | ||
"serve": "gatsby serve", | ||
"serve": "gatsby serve -H 0.0.0.0 -p 8000", | ||
"clean": "gatsby clean", | ||
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters