summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/import_map.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-04-29 13:05:54 +0900
committernsfisis <nsfisis@gmail.com>2024-04-29 13:05:54 +0900
commit0281e88dab3c4f156f8f3f1170cc6bde61710bde (patch)
treed6c3c398e40b3cc0c7c480992e90a23e405330d2 /vhosts/blog/import_map.json
parentb082f01c144df6c9d4da358ffc054c69b4b4405c (diff)
downloadnsfisis.dev-0281e88dab3c4f156f8f3f1170cc6bde61710bde.tar.gz
nsfisis.dev-0281e88dab3c4f156f8f3f1170cc6bde61710bde.tar.zst
nsfisis.dev-0281e88dab3c4f156f8f3f1170cc6bde61710bde.zip
chore(blog/nuldoc): define import map in deno.jsonc instead of import_map.json
Diffstat (limited to 'vhosts/blog/import_map.json')
-rw-r--r--vhosts/blog/import_map.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/vhosts/blog/import_map.json b/vhosts/blog/import_map.json
deleted file mode 100644
index 0bbc3d36..00000000
--- a/vhosts/blog/import_map.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "imports": {
- "std/": "https://deno.land/std@0.170.0/"
- }
-}