Update the snippet for opening the local export in Firefox.

This commit is contained in:
Sergiu Ivanov 2024-09-25 16:41:25 +02:00
parent 5cf439cd91
commit b6a320ca92

View file

@ -41,7 +41,7 @@
Evaluating this code block opens the exported site in the last Evaluating this code block opens the exported site in the last
viewed Firefox window. viewed Firefox window.
#+BEGIN_SRC elisp :results silent #+BEGIN_SRC elisp :results silent
(shell-command "firefox www/index.html") (shell-command "firefox public_html/index.html")
#+END_SRC #+END_SRC
* Pushing to remote * Pushing to remote