Skip to content

Commit 68e9bba

Browse files
chore: default theme to sparkpress-theme
1 parent d3cfcf8 commit 68e9bba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wp-config.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
$dotenv = Dotenv\Dotenv::createImmutable( __DIR__ );
2323
$dotenv->load();
2424

25+
/** Set default theme to SparkPress */
26+
define('WP_DEFAULT_THEME', 'sparkpress-theme');
27+
2528
// ** MySQL settings - You can get this info from your web host ** //
2629
/** The name of the database for WordPress */
2730
define( 'DB_NAME', getenv( 'MYSQL_DATABASE' ) );

0 commit comments

Comments
 (0)