diff options
author | Kirill Rogovoy <kirill@rogovoy.me> | 2021-07-23 16:29:33 +0300 |
---|---|---|
committer | Kirill Rogovoy <kirill@rogovoy.me> | 2021-07-23 16:29:33 +0300 |
commit | c20eff6f40a994945f8b24d095c4f6f2f270c925 (patch) | |
tree | 012cfce86923362f8879f9394388c810074120d4 /org-roam-ui.el | |
parent | 356381d14cb1ff3cbd39c7e396dd14379336451b (diff) |
Add README and upload production build
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r-- | org-roam-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el index 60070cd..7dad383 100644 --- a/org-roam-ui.el +++ b/org-roam-ui.el @@ -46,7 +46,7 @@ (defvar org-roam-ui/root-dir default-directory "Root directory of the org-roam-ui project.") -(defvar org-roam-ui/app-build-dir (expand-file-name "./web-build/") +(defvar org-roam-ui/app-build-dir (expand-file-name "./build/") "Directory containing org-roam-ui's web build.") ;;; Dynamic variables |