Skip to content

Commit

Permalink
Reindex and reformat Blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
deployment_bot committed Feb 7, 2025
1 parent 49a75b7 commit 7a38d6e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions blueprints/friends-cors/blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"features": {
"networking": true
},
"plugins":["friends","activitypub"],
"plugins": ["friends", "activitypub"],
"siteOptions": {
"permalink_structure": "/%postname%/"
},
"steps": [
{
"step": "writeFiles",
"writeToPath": "wordpress/wp-content/mu-plugins",
"filesTree": {
"resource": "literal:directory",
"writeToPath": "wordpress/wp-content/mu-plugins",
"filesTree": {
"resource": "literal:directory",
"name": "mu-plugins",
"files": {
"addFilter-0.php": "<?php add_action( 'requests-requests.before_request', function( &$url ) {\n$url = 'https://playground.wordpress.net/cors-proxy.php?' . $url;\n} );"
}
}
}
},
{
Expand Down

0 comments on commit 7a38d6e

Please sign in to comment.