fix: resolve manifest.json 404 on nested routes by adding base tag and improving server fallback
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<base href="/" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" type="image/svg+xml" href="./logo.svg" />
|
||||
<link rel="manifest" href="./manifest.json" />
|
||||
|
||||
Reference in New Issue
Block a user