Copy website_example to website/, add static file serving via Node fs in the API default route handler, and remove website/ from .gitignore. The API now serves index.html at / and all static assets by path. Co-Authored-By: Virgil <virgil@lethean.io>
9 lines
246 B
XML
9 lines
246 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<browserconfig>
|
|
<msapplication>
|
|
<tile>
|
|
<square150x150logo src="/mstile-150x150.png"/>
|
|
<TileColor>#da532c</TileColor>
|
|
</tile>
|
|
</msapplication>
|
|
</browserconfig>
|