Skip to content

Commit f3d175d

Browse files
committed
fix: update start_url to be relative
1 parent 5f58321 commit f3d175d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/manifest.webmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AstroNvim Documentation",
3-
"start_url": "https://docs.astronvim.com",
3+
"start_url": "./",
44
"description": "Documentation for the AstroNvim Neovim configuration.",
55
"display": "minimal-ui",
66
"background_color": "#1a1d23",

0 commit comments

Comments
 (0)