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

Commit

Permalink
feat: add Gatsby logo to returned framework info (#797)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ericapisani committed Aug 9, 2022
1 parent 8a4352d commit 2a1ee73
Show file tree
Hide file tree
Showing 14 changed files with 1,029 additions and 3,378 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ cypress/screenshots
cypress/support
.DS_Store

# Local Netlify folder
.netlify
13 changes: 13 additions & 0 deletions assets/logos/gatsby/dark.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions assets/logos/gatsby/default.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions assets/logos/gatsby/light.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@
<meta charset="utf-8" />
<title>Framework Info</title>
</head>
<body>
<a href="react">React Site</a>
</body>
<body></body>
</html>
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
command = "npm run build"
publish = "dist"
publish = "assets"

[build.environment]
NODE_VERSION = "12"

0 comments on commit 2a1ee73

Please sign in to comment.