update with story

This commit is contained in:
keyan 2021-09-02 12:49:17 -05:00
parent 18f1a9f335
commit 48146d1757
3 changed files with 15 additions and 3 deletions

View File

@ -28,13 +28,19 @@ export default function Footer ({ noLinks }) {
</a> </a>
</Link> </Link>
<span className='mx-2'> \ </span> <span className='mx-2'> \ </span>
<a href='/rss' className='text-reset d-inline-flex' target='_blank'> <Link href='/story' passHref>
rss <a className='text-reset d-inline-flex'>
</a> story
</a>
</Link>
<span className='mx-2'> \ </span> <span className='mx-2'> \ </span>
<a href='https://plausible.io/stacker.news' className='text-reset d-inline-flex' target='_blank' rel='noreferrer'> <a href='https://plausible.io/stacker.news' className='text-reset d-inline-flex' target='_blank' rel='noreferrer'>
analytics analytics
</a> </a>
<span className='mx-2'> \ </span>
<a href='/rss' className='text-reset d-inline-flex' target='_blank'>
rss
</a>
</div>} </div>}
{data && {data &&
<div <div

View File

@ -6,6 +6,10 @@ module.exports = withPlausibleProxy()({
{ {
source: '/faq', source: '/faq',
destination: '/items/349' destination: '/items/349'
},
{
source: '/story',
destination: '/items/1620'
} }
] ]
} }

View File

@ -0,0 +1,2 @@
-- add story as user
INSERT INTO "users" ("name") VALUES ('story');