Skip to content

Commit

Permalink
V0.4.3 (#108)
Browse files Browse the repository at this point in the history
* fix for subdirectory

* improve message
  • Loading branch information
significance authored Jan 4, 2021
1 parent a73802b commit 0a04a9b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 55 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ node_modules
.DS_Store
build
public
resources
resources
# Local Netlify folder
.netlify
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
title: 'Swarm Bee Client',
tagline: 'Welcome to the Swarm',
url: 'https://bee.ethswarm.org',
url: 'https://swarm-gateways.net',
// note! we use SED to change this during automated builds, see ./.github/workflows/gh-pages.yml
baseUrl: '/',
plugins: [require.resolve('docusaurus-lunr-search')],
Expand Down Expand Up @@ -100,7 +100,7 @@ module.exports = {
announcementBar: {
id: 'bee_announcements',
content:
'🎅 &nbsp Wishing you all a Very Merry Xmas from all at Swarm HQ! &nbsp🎅',
'⭐️ Happy 2021 from all at Swarm HQ! ⭐️',
backgroundColor: '#dd7200', // Defaults to `#fff`.
textColor: '#242424', // Defaults to `#000`.
},
Expand Down
Loading

0 comments on commit 0a04a9b

Please sign in to comment.