diff --git a/profiles/wcm_base/modules/custom/wcm_front_page/wcm_front_page.strongarm.inc b/profiles/wcm_base/modules/custom/wcm_front_page/wcm_front_page.strongarm.inc
index b7acae7c686deb846a0bb5681df5f4e7061c0d4b..56bbb5459354218e852c802617f834a0f68e2873 100644
--- a/profiles/wcm_base/modules/custom/wcm_front_page/wcm_front_page.strongarm.inc
+++ b/profiles/wcm_base/modules/custom/wcm_front_page/wcm_front_page.strongarm.inc
@@ -14,7 +14,7 @@ function wcm_front_page_strongarm() {
   $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
   $strongarm->api_version = 1;
   $strongarm->name = 'site_frontpage';
-  $strongarm->value = 'node/1';
+  $strongarm->value = 'home';
   $export['site_frontpage'] = $strongarm;
 
   return $export;