Skip to content

Commit

Permalink
Develop (#2)
Browse files Browse the repository at this point in the history
* Include custom stubs for the figuren.theater platform

* Add example

* Create ft-releases.yml

* Remove WP_CONTENT_URL constant from stub
  • Loading branch information
carstingaxion authored Jun 26, 2023
1 parent e675ae1 commit 3aec3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ft-stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

// ./wp-config.default.php
define( 'FT_VENDOR_DIR', FT_ROOT_DIR . '/vendor' );
define( 'FT_VENDOR_URL', WP_CONTENT_URL . '/v' ); // Symlinked to DOCROOT/vendor.
define( 'FT_VENDOR_URL', 'https://localhost/content/v' ); // Symlinked to DOCROOT/vendor.

// ./wp-config.{{ENV}}.php
define( 'FT_MAINTENANCE_MODE', false );
Expand Down

0 comments on commit 3aec3c7

Please sign in to comment.