Skip to content

Commit

Permalink
move voyager-story css to be before content display
Browse files Browse the repository at this point in the history
  • Loading branch information
sdumetz committed Oct 24, 2024
1 parent 7bfa708 commit e42c967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/server/templates/story.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

<link rel="stylesheet" href="/dist/css/voyager-story.css">
<voyager-story resourceRoot="/dist/" dracoRoot="/dist/js/draco/" root="/scenes/{{scene}}/" dragdrop referrer="{{referrer}}" lang="{{lang}}" {{#if mode}}mode="{{mode}}"{{/if}}></voyager-story>
<script type="text/javascript" src="/dist/js/voyager-story.js"></script>
<link rel="stylesheet" href="/dist/css/voyager-story.css">

0 comments on commit e42c967

Please sign in to comment.