From b49c1744b5efaf0937ba8d79af429d4fa5a04254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andis=20Spri=C5=86=C4=B7is?= Date: Sun, 9 Jun 2024 23:59:32 +0300 Subject: [PATCH] fix: example site - add '/' to canonical urls --- site/_inline_path | 1 + site/documents/manifest.webmanifest/_block_manifest.webmanifest | 2 +- site/documents/nested_page/_inline_path | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/site/_inline_path b/site/_inline_path index e69de29..b498fd4 100644 --- a/site/_inline_path +++ b/site/_inline_path @@ -0,0 +1 @@ +/ diff --git a/site/documents/manifest.webmanifest/_block_manifest.webmanifest b/site/documents/manifest.webmanifest/_block_manifest.webmanifest index a3ad0e1..02dc1e9 100644 --- a/site/documents/manifest.webmanifest/_block_manifest.webmanifest +++ b/site/documents/manifest.webmanifest/_block_manifest.webmanifest @@ -7,7 +7,7 @@ "name": "", "orientation": "", "short_name": "", - "start_url": "", + "start_url": "/", "theme_color": "", "icons": [ { diff --git a/site/documents/nested_page/_inline_path b/site/documents/nested_page/_inline_path index 159b8c4..8d24243 100644 --- a/site/documents/nested_page/_inline_path +++ b/site/documents/nested_page/_inline_path @@ -1 +1 @@ -/nested-page +/nested-page/