You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is related to line 31 of navMain.ninja, but it could be something else. If I remove the slash in the project created after shock create, it works, but the result of the build for index.html is:
<!-- Group of menu items -->
<div class="link-group">
<span class="title">Guides</span>
<ol>
<li><a href="//guides/guide-1/">Guide 1</a></li>
<li><a href="//guides/guide-2/">Guide 2</a></li>
<li><a href="//guides/guide-3/">Guide 3</a></li>
</ol>
</div>
I think this is related to line 31 of navMain.ninja, but it could be something else. If I remove the slash in the project created after
shock create
, it works, but the result of the build for index.html is:So the address in the browser window becomes: http://guides/guide-1/. vs. http://localhost:4000/guides/guide-1/
Hopefully that makes sense.
I'm watching the Youtube Episode #48 for Observable Flutter from 3 weeks ago (and it failed at 34:20).
The text was updated successfully, but these errors were encountered: