From 843fb86bf5cd62c49f54beda629d2db7ba110dd6 Mon Sep 17 00:00:00 2001 From: Bob Date: Wed, 5 Jul 2023 10:38:18 +0100 Subject: [PATCH] Update asset.md to show public assets path in examples This shows that you still need to put the path from public to the assets folder in your html with the asset extension providing the rest --- doc/content/extensions/asset.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/content/extensions/asset.md b/doc/content/extensions/asset.md index 9d7d05f7..9a310eee 100644 --- a/doc/content/extensions/asset.md +++ b/doc/content/extensions/asset.md @@ -45,13 +45,13 @@ location ~* (.+)\.(?:\d+)\.(js|css|png|jpg|jpeg|gif)$ { Asset Extension Example - + - + -~~~ \ No newline at end of file +~~~