mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2025-04-05 03:50:12 +00:00
Uses NextJS as a React framework Initial import of assets in `public/`: * css/ * favicon/ * img/ Initial authentication work * Use next-auth CredentialsProvider to pull user information from TA * Add sign in and sign out functionality using default next-auth login page TODO * Custom login page
10 lines
261 B
XML
10 lines
261 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<browserconfig>
|
|
<msapplication>
|
|
<tile>
|
|
<square150x150logo src="/static/favicon/mstile-150x150.png"/>
|
|
<TileColor>#01202e</TileColor>
|
|
</tile>
|
|
</msapplication>
|
|
</browserconfig>
|