Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 2a1ee73

Browse files
authored
feat: add Gatsby logo to returned framework info (#797)
* feat: add Gatsby logo to returned framework info * refactor: rename logos, move them into site * refactor: deploy site containing only logo assets remove react app since we are no longer using it * chore(deps): remove webpack Shouldn't need it anymore with the react example site removed * feat: update gatsby logos to use URL * test(ci): remove command for building browser * test: remove cypress also remove packages that were being used in the original test site, but are now not being used * fix: revert changes that supported use of module in browser there's an area within the netlify UI that uses this package and the earlier changes broke it * feat: allow the use of non-production URLs * style: lint fixes
1 parent 8a4352d commit 2a1ee73

File tree

14 files changed

+1029
-3378
lines changed

14 files changed

+1029
-3378
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ cypress/screenshots
1010
cypress/support
1111
.DS_Store
1212

13+
# Local Netlify folder
1314
.netlify

assets/logos/gatsby/dark.svg

Lines changed: 13 additions & 0 deletions
Loading

assets/logos/gatsby/default.svg

Lines changed: 17 additions & 0 deletions
Loading

assets/logos/gatsby/light.svg

Lines changed: 13 additions & 0 deletions
Loading

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
<meta charset="utf-8" />
55
<title>Framework Info</title>
66
</head>
7-
<body>
8-
<a href="react">React Site</a>
9-
</body>
7+
<body></body>
108
</html>

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build]
22
command = "npm run build"
3-
publish = "dist"
3+
publish = "assets"
44

55
[build.environment]
66
NODE_VERSION = "12"

0 commit comments

Comments
 (0)