summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/commands/site/export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/commands/site/export.py b/cli/commands/site/export.py
index 55f0a31..d9dbbf7 100644
--- a/cli/commands/site/export.py
+++ b/cli/commands/site/export.py
@@ -100,7 +100,7 @@ def sanitize_graph(graph):
for tile in page['tiles']:
if tile['target_page_id']:
if tile['target_page_id'] == -1:
- tile['href'] = tile['external_link_url']
+ tile['href'] = tile['settings']['external_link_url']
elif tile['target_page_id'] > 0:
tile['href'] = page_path_lookup[tile['target_page_id']]
sanitize_tile(tile)