mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Add production config file for docs
This commit is contained in:
parent
efb93a0ec4
commit
a227b1e024
6
docs/config.production.php
Normal file
6
docs/config.production.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'baseUrl' => 'https://tailwindcss.com',
|
||||
'production' => true,
|
||||
];
|
||||
Loading…
x
Reference in New Issue
Block a user