From c8c9c465b241062570cc3955c01fb5d59d20d888 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 1 May 2024 19:57:48 -0300 Subject: web-routes, upd8, write: integrate web routes with url-spec [Note: due to a fantastical Rebase Fail Moment, this commit accidentally reintroduced some bad imports in upd8.js that are meant to be factored into #import-heck. So this commit is rewritten to not do that, but it means the commits in pull requests #442 and #479 don't line up with main history like they should. Oops.] --- src/url-spec.js | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/url-spec.js') diff --git a/src/url-spec.js b/src/url-spec.js index 8537dfe0..2dd63509 100644 --- a/src/url-spec.js +++ b/src/url-spec.js @@ -99,6 +99,16 @@ const urlSpec = { prefix: 'thumb/', paths: genericPaths, }, + + static: { + prefix: 'static/', + paths: genericPaths, + }, + + util: { + prefix: 'util/', + paths: genericPaths, + }, }; // This gets automatically switched in place when working from a baseDirectory, -- cgit 1.3.0-6-gf8a5