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>
</Link>
<span className='mx-2'> \ </span>
<a href='/rss' className='text-reset d-inline-flex' target='_blank'>
rss
</a>
<Link href='/story' passHref>
<a className='text-reset d-inline-flex'>
story
</a>
</Link>
<span className='mx-2'> \ </span>
<a href='https://plausible.io/stacker.news' className='text-reset d-inline-flex' target='_blank' rel='noreferrer'>
analytics
</a>
<span className='mx-2'> \ </span>
<a href='/rss' className='text-reset d-inline-flex' target='_blank'>
rss
</a>
</div>}
{data &&
<div

View File

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

View File

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