A calm place to write long-form, and publish it to the open social web. skypress.blog/
0

Configure Feed

Select the types of activity you want to include in your feed.

Point both /lexicon CTAs at the writing-first /write

+2 -2
+2 -2
src/pages/lexicon.astro
··· 59 59 > 60 60 <header class="lex-masthead"> 61 61 <a class="lex-home" href="/" aria-label="SkyPress home"><Logo /></a> 62 - <a class="btn btn--ghost" href="/editor">Open the studio</a> 62 + <a class="btn btn--ghost" href="/write">Start writing</a> 63 63 </header> 64 64 65 65 <main class="lex"> ··· 169 169 </section> 170 170 171 171 <div class="lex-actions"> 172 - <a class="btn btn--primary" href="/editor">Start writing</a> 172 + <a class="btn btn--primary" href="/write">Start writing</a> 173 173 </div> 174 174 </main> 175 175