Skip to content

Commit

Permalink
do not use WEB_ROOT in page. server only.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeh committed Mar 1, 2020
1 parent 8091cf7 commit ecdedf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/pages/modules/preinstalled.md
Expand Up @@ -50,7 +50,7 @@ export const View = state => {
<nav class="Menu">
<ul>
<li>
<a onclick="actions.go" href="{{ WEB_ROOT }}example-page">example page</a>
<a onclick="actions.go" href="{{ root }}example-page">example page</a>
</li>
<li>
<a href="https://example.com" target="_blank" rel="noopener">example.com</a>
Expand Down

0 comments on commit ecdedf6

Please sign in to comment.