add mirrors
This commit is contained in:
parent
5c3ca12554
commit
0b7fcbd4e2
2 changed files with 5 additions and 1 deletions
|
@ -31,6 +31,7 @@ export default function News() {
|
|||
<a
|
||||
href='https://www.doi.org/the-foundation/about-us/'
|
||||
target='_blank'
|
||||
className='text-blue-300'
|
||||
>
|
||||
ISO 26324 DOI registry!
|
||||
</a>
|
||||
|
|
|
@ -77,7 +77,10 @@ export default function Home() {
|
|||
FIRST Robotics Competition (FRC)
|
||||
</Link>
|
||||
. Materials on this site may be published independently through other
|
||||
channels. Read more about us <Link href='/about'>here</Link>.
|
||||
channels. Read more about us <Link href='/about'>here</Link>. eeXiv can
|
||||
be accessed at its primary domain at{' '}
|
||||
<a href='https://eexiv.org'>eexiv.org</a> or at our mirror at{' '}
|
||||
<a href='https://eexiv.vercel.app'>eexiv.vercel.app</a>
|
||||
</p>
|
||||
<News />
|
||||
<div className='grid grid-cols-1 space-y-2 mt-4 basis-full'>
|
||||
|
|
Loading…
Reference in a new issue