Add production config file for docs

This commit is contained in:
Adam Wathan 2017-11-02 18:12:42 -04:00
parent efb93a0ec4
commit a227b1e024

View File

@ -0,0 +1,6 @@
<?php
return [
'baseUrl' => 'https://tailwindcss.com',
'production' => true,
];