Skip to content

Commit

Permalink
Feature/fix package json (#24)
Browse files Browse the repository at this point in the history
* Fixed package json


---------

Co-authored-by: Komlan Kodoh <[email protected]>
  • Loading branch information
komlanKodoh and Komlan Kodoh authored Mar 17, 2024
1 parent fb307c7 commit cf0188b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "website",
"version": "0.1.0",
"private": true,
"name": "graph-algorithm",
"version": "0.9.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
14 changes: 7 additions & 7 deletions website/public/sitemap-0.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://graph.komlankodoh.com</loc><lastmod>2024-03-17T15:26:40.729Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/breath-first-traversal</loc><lastmod>2024-03-17T15:26:40.729Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/brute-force-minimum-node-coloring</loc><lastmod>2024-03-17T15:26:40.729Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/dijkstra-shortest-path</loc><lastmod>2024-03-17T15:26:40.729Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor</loc><lastmod>2024-03-17T15:26:40.729Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/node-excentricity</loc><lastmod>2024-03-17T15:26:40.729Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/maximum-independent-set</loc><lastmod>2024-03-17T15:26:40.729Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com</loc><lastmod>2024-03-17T19:11:01.141Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/dijkstra-shortest-path</loc><lastmod>2024-03-17T19:11:01.141Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/breath-first-traversal</loc><lastmod>2024-03-17T19:11:01.141Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor</loc><lastmod>2024-03-17T19:11:01.141Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/maximum-independent-set</loc><lastmod>2024-03-17T19:11:01.141Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/brute-force-minimum-node-coloring</loc><lastmod>2024-03-17T19:11:01.141Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/node-excentricity</loc><lastmod>2024-03-17T19:11:01.141Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>

0 comments on commit cf0188b

Please sign in to comment.