fix: make sure sapper crawls nofications/mentions (#1191)
This commit is contained in:
parent
de220e7262
commit
2425ca8f72
|
@ -90,7 +90,6 @@
|
||||||
<a href="/federated">Federated</a>
|
<a href="/federated">Federated</a>
|
||||||
<a href="/favorites">Favorites</a>
|
<a href="/favorites">Favorites</a>
|
||||||
<a href="/direct">Conversations</a>
|
<a href="/direct">Conversations</a>
|
||||||
<a href="/notifications/mentions">Notification mentions</a>
|
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<style>
|
<style>
|
||||||
|
|
|
@ -8,6 +8,10 @@
|
||||||
|
|
||||||
<p>Your notifications will appear here when logged in.</p>
|
<p>Your notifications will appear here when logged in.</p>
|
||||||
</FreeTextLayout>
|
</FreeTextLayout>
|
||||||
|
<div style="display: none">
|
||||||
|
<!-- TODO: this is just a hack so that `sapper export` knows to crawl these files -->
|
||||||
|
<a href="/notifications/mentions">Notification mentions</a>
|
||||||
|
</div>
|
||||||
</HiddenFromSSR>
|
</HiddenFromSSR>
|
||||||
{/if}
|
{/if}
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue