Skip to content

Commit a227b1e

Browse files
committed
Add production config file for docs
1 parent efb93a0 commit a227b1e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/config.production.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
return [
4+
'baseUrl' => 'https://tailwindcss.com',
5+
'production' => true,
6+
];

0 commit comments

Comments
 (0)