Skip to content

Commit

Permalink
#11 Changes "Home Page" to "Home" (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
timurtripp committed Apr 16, 2024
1 parent 700a473 commit b292dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ucb_default_content.install
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function _create_home_page() {
$node = Node::create([
'type' => 'basic_page',
'title' => 'Home',
'path' => ['alias' => '/homepage', 'pathauto' => PathautoState::SKIP],
'path' => ['alias' => '/home', 'pathauto' => PathautoState::SKIP],
'body' => 'Congratulations, your Web Express site is up and running!
Please click the EDIT button at the top of the screen to edit this page.',
]);
Expand Down

0 comments on commit b292dff

Please sign in to comment.