summaryrefslogtreecommitdiffstats
path: root/src/data/navigator.js
diff options
context:
space:
mode:
author2022-01-09 08:57:52 +0530
committer2022-01-09 08:57:52 +0530
commit244bdce8ee0b7bdb26c33b4f337a26e00374c6d0 (patch)
treebb1a7a07d8c396c9413502916c5eef113a386c16 /src/data/navigator.js
parenttake 3 (diff)
downloadsudomsg-244bdce8ee0b7bdb26c33b4f337a26e00374c6d0.tar
sudomsg-244bdce8ee0b7bdb26c33b4f337a26e00374c6d0.tar.gz
sudomsg-244bdce8ee0b7bdb26c33b4f337a26e00374c6d0.tar.bz2
sudomsg-244bdce8ee0b7bdb26c33b4f337a26e00374c6d0.tar.lz
sudomsg-244bdce8ee0b7bdb26c33b4f337a26e00374c6d0.tar.xz
sudomsg-244bdce8ee0b7bdb26c33b4f337a26e00374c6d0.tar.zst
sudomsg-244bdce8ee0b7bdb26c33b4f337a26e00374c6d0.zip
create a json file
Signed-off-by: Marc Pervaz Boocha <mboocha@sudomsg.xyz>
Diffstat (limited to '')
-rw-r--r--src/data/navigator.js13
-rw-r--r--src/data/navigator.json14
2 files changed, 13 insertions, 14 deletions
diff --git a/src/data/navigator.js b/src/data/navigator.js
new file mode 100644
index 0000000..2081e7d
--- /dev/null
+++ b/src/data/navigator.js
@@ -0,0 +1,13 @@
+module.exports = [{
+ url: "/",
+ title: "Home"
+ },
+ {
+ url: "/blog/",
+ title: "Blog"
+ },
+ {
+ url: "/about/",
+ title: "About"
+ }
+] \ No newline at end of file
diff --git a/src/data/navigator.json b/src/data/navigator.json
deleted file mode 100644
index 5fb27a7..0000000
--- a/src/data/navigator.json
+++ /dev/null
@@ -1,14 +0,0 @@
-[
- {
- "url": "/",
- "title": "Home"
- },
- {
- "url": "/blog/",
- "title": "Blog"
- },
- {
- "url": "/about/",
- "title": "About"
- }
-]