Skip to content

Commit

Permalink
Remove package versions and remove non-indexed page from sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
rosslh committed Sep 30, 2024
1 parent 1f5125c commit 6fe3157
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 45 deletions.
4 changes: 0 additions & 4 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"author": "Ross Hill <[email protected]>",
"name": "mandelbrot.site",
"version": "1.0.1",
"repository": "https://github.com/rosslh/mandelbrot.site",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -49,8 +48,5 @@
"leaflet": "1.7.1",
"lodash": "^4.17.21",
"threads": "^1.7.0"
},
"engines": {
"node": ">=18.14.0"
}
}
64 changes: 28 additions & 36 deletions client/static/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,39 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">


<url>
<loc>https://mandelbrot.site/</loc>
<priority>1.00</priority>
</url>
<url>
<loc>https://mandelbrot.site/how-mandelbrot-site-was-built</loc>
<priority>0.80</priority>
</url>
<url>
<loc>https://mandelbrot.site/what-is-mandelbrot-set</loc>
<priority>0.80</priority>
</url>
<url>
<loc>https://mandelbrot.site/history-of-mandelbrot-set</loc>
<priority>0.80</priority>
</url>
<url>
<loc>https://mandelbrot.site/who-was-benoit-mandelbrot</loc>
<priority>0.80</priority>
</url>
<url>
<loc>https://mandelbrot.site/why-mandelbrot-set-important</loc>
<priority>0.80</priority>
</url>
<url>
<loc>https://mandelbrot.site/privacy-policy</loc>
<priority>0.60</priority>
</url>


xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
>
<url>
<loc>https://mandelbrot.site/</loc>
<priority>1.00</priority>
</url>
<url>
<loc>https://mandelbrot.site/how-mandelbrot-site-was-built</loc>
<priority>0.80</priority>
</url>
<url>
<loc>https://mandelbrot.site/what-is-mandelbrot-set</loc>
<priority>0.80</priority>
</url>
<url>
<loc>https://mandelbrot.site/history-of-mandelbrot-set</loc>
<priority>0.80</priority>
</url>
<url>
<loc>https://mandelbrot.site/who-was-benoit-mandelbrot</loc>
<priority>0.80</priority>
</url>
<url>
<loc>https://mandelbrot.site/why-mandelbrot-set-important</loc>
<priority>0.80</priority>
</url>
</urlset>
1 change: 0 additions & 1 deletion mandelbrot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description = "Generates Mandelbrot set images"
name = "mandelbrot"
readme = "../README.md"
repository = "https://github.com/rosslh/Mandelbrot.site"
version = "0.2.0"
edition = "2018"

[lib]
Expand Down

0 comments on commit 6fe3157

Please sign in to comment.