update with story
This commit is contained in:
parent
18f1a9f335
commit
48146d1757
|
@ -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
|
||||
|
|
|
@ -6,6 +6,10 @@ module.exports = withPlausibleProxy()({
|
|||
{
|
||||
source: '/faq',
|
||||
destination: '/items/349'
|
||||
},
|
||||
{
|
||||
source: '/story',
|
||||
destination: '/items/1620'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
-- add story as user
|
||||
INSERT INTO "users" ("name") VALUES ('story');
|
Loading…
Reference in New Issue