Skip to content

Commit 66ad618

Browse files
authored
Merge pull request #136 from davidferlay/frontpathudpate
Update frontpath in sdd
2 parents 677c60e + 24ea4c7 commit 66ad618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/profiles/sdd/sdd.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function sdd_install() {
2020
$config_factory = \Drupal::configFactory();
2121
// Set front page to "node".
2222
$config_factory->getEditable('system.site')
23-
->set('page.front', '/node')
23+
->set('page.front', '/user')
2424
->save(TRUE);
2525

2626
// Allow visitor account creation with administrative approval.

0 commit comments

Comments
 (0)