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