diff --git a/api/data/navigation.json b/api/data/navigation.json index 05c6b54..f1f95bb 100644 --- a/api/data/navigation.json +++ b/api/data/navigation.json @@ -83,7 +83,7 @@ }, { "label": "RECON", - "url": "/recon" + "url": "/depot/recon" } ] }, diff --git a/depot/recon.html b/depot/recon.html index e99e519..116ca33 100644 --- a/depot/recon.html +++ b/depot/recon.html @@ -2,10 +2,65 @@ - - Redirecting to RECON... + + JAESWIFT // CURATED LISTS + + + + + - -

Redirecting to RECON...

+ +
+
+ + + + + +
+
RECON // CURATED INTELLIGENCE
+

CURATED LISTS

+

> Curated dossiers covering resources across 28 sectors. Select a sector to begin.

+
+ +
+
+
+ + + + + + diff --git a/js/awesomelist.js b/js/awesomelist.js index 6ee7ff0..58b9e18 100644 --- a/js/awesomelist.js +++ b/js/awesomelist.js @@ -340,7 +340,7 @@ try { const data = await api(''); renderIndex(data); - history.pushState({ view: 'index' }, '', '/recon'); + history.pushState({ view: 'index' }, '', '/depot/recon'); } catch (e) { root.innerHTML = `
DATABASE ACCESS DENIED // ${esc(e.message)}
`; } @@ -351,7 +351,7 @@ try { const data = await api(`/${slug}`); renderSector(data); - history.pushState({ view: 'detail', slug: slug }, '', `/recon?sector=${slug}`); + history.pushState({ view: 'detail', slug: slug }, '', `/depot/recon?sector=${slug}`); window.scrollTo({ top: 0, behavior: 'smooth' }); } catch (e) { root.innerHTML = `
SECTOR NOT FOUND // ${esc(e.message)}
`; diff --git a/recon/index.html b/recon/index.html index 116ca33..f559c17 100644 --- a/recon/index.html +++ b/recon/index.html @@ -2,65 +2,10 @@ - - JAESWIFT // CURATED LISTS - - - - - + + Redirecting to RECON... -
-
- - - - - -
-
RECON // CURATED INTELLIGENCE
-

CURATED LISTS

-

> Curated dossiers covering resources across 28 sectors. Select a sector to begin.

-
- -
-
-
- - - - - - +

Redirecting to RECON...