
The flamenco.io website moves to flamenco.blender.org! This commit updates the Makefile as follows: - Rename 'site' to 'project-website', so the new command to deploy is 'make project-website' - Move the website directory from 'flamenco-io-site' to 'project-website' - Update the rsync command do reflect the new deployment destination
16 lines
416 B
XML
16 lines
416 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<browserconfig>
|
|
<msapplication>
|
|
<tile>
|
|
<square70x70logo src="mstile-70x70.png"/>
|
|
<square150x150logo src="mstile-150x150.png"/>
|
|
<wide310x150logo src="mstile-310x150.png"/>
|
|
<square310x310logo src="mstile-310x310.png"/>
|
|
<TileColor>#2f333e</TileColor>
|
|
|
|
</tile>
|
|
|
|
</msapplication>
|
|
|
|
</browserconfig>
|