+
{
+ return (
+ <>
+
+
ChaosWeb
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ >
+ );
+};
+
+export default Metadata;
From 24047e46180470b365bbc6ca5a6a82f93b6519d5 Mon Sep 17 00:00:00 2001
From: Shivam <143623476+myselfshivams@users.noreply.github.com>
Date: Sat, 2 Nov 2024 23:57:08 +0530
Subject: [PATCH 2/2] fixed:: link
---
chaosweb-v@2/public/robots.txt | 2 +-
node_modules/.package-lock.json | 12 ++++++++++++
package-lock.json | 4 ++++
3 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 node_modules/.package-lock.json
diff --git a/chaosweb-v@2/public/robots.txt b/chaosweb-v@2/public/robots.txt
index a86b9fd..1b7e573 100644
--- a/chaosweb-v@2/public/robots.txt
+++ b/chaosweb-v@2/public/robots.txt
@@ -1,4 +1,4 @@
User-agent: *
Disallow: /private
Allow: /
-Sitemap: https://social-media-management-djkz.vercel.app/sitemap.xml
\ No newline at end of file
+Sitemap: https://chaosweb.vercel.app/sitemap.xml
\ No newline at end of file
diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json
new file mode 100644
index 0000000..b0fee0a
--- /dev/null
+++ b/node_modules/.package-lock.json
@@ -0,0 +1,12 @@
+{
+
+ "name": "ChaosWeb",
+
+ "lockfileVersion": 3,
+
+ "requires": true,
+
+ "packages": {}
+
+}
+
diff --git a/package-lock.json b/package-lock.json
index f7de2e5..b0fee0a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3,6 +3,10 @@
"name": "ChaosWeb",
"lockfileVersion": 3,
+
"requires": true,
+
"packages": {}
+
}
+