Skip to content

Commit

Permalink
make ping-searchengines
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Mar 13, 2024
1 parent e29c417 commit 350ed9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ docker-serve:
docker run -p 3000:3000 --name suave-docs --rm -it -w /mnt -v $(CUR_DIR):/mnt node:20 /usr/local/bin/npm yarn serve

docker-build-serve: docker-build docker-serve

ping-searchengines:
curl -s http://www.google.com/webmasters/sitemaps/ping?sitemap=https://suave-alpha.flashbots.net/sitemap.xml -o /dev/null
curl -s http://www.bing.com/webmaster/ping.aspx?siteMap=https://suave-alpha.flashbots.net/sitemap.xml -o /dev/null
2 changes: 1 addition & 1 deletion docs/what-to-build.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: What to Build
description: Up-to-date ideas for interesting things to build on SUAVE.
description: Ideas for interesting things to build on SUAVE.
keywords:
- key
- concepts
Expand Down

0 comments on commit 350ed9a

Please sign in to comment.