|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | - <link rel="icon" type="image/x-icon" href="/server/static/favicon.ico"> |
| 6 | + <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> |
7 | 7 | <!-- Search Engine Meta Tags --> |
8 | 8 | <meta name="description" |
9 | 9 | content="Replace 'hub' with 'ingest' in any GitHub URL for a prompt-friendly text."> |
10 | 10 | <meta name="keywords" |
11 | 11 | content="Gitingest, AI tools, LLM integration, Ingest, Digest, Context, Prompt, Git workflow, codebase extraction, Git repository, Git automation, Summarize, prompt-friendly"> |
12 | 12 | <meta name="robots" content="index, follow"> |
13 | 13 | <!-- Favicons --> |
14 | | - <link rel="icon" type="image/svg+xml" href="/server/static/favicon.svg"> |
| 14 | + <link rel="icon" type="image/svg+xml" href="/static/favicon.svg"> |
15 | 15 | <link rel="icon" |
16 | 16 | type="image/png" |
17 | 17 | sizes="64x64" |
18 | | - href="/server/static/favicon-64.png"> |
| 18 | + href="/static/favicon-64.png"> |
19 | 19 | <link rel="apple-touch-icon" |
20 | 20 | sizes="180x180" |
21 | | - href="/server/static/apple-touch-icon.png"> |
| 21 | + href="/static/apple-touch-icon.png"> |
22 | 22 | <!-- Web App Meta --> |
23 | 23 | <meta name="apple-mobile-web-app-title" content="Gitingest"> |
24 | 24 | <meta name="application-name" content="Gitingest"> |
|
31 | 31 | content="Replace 'hub' with 'ingest' in any GitHub URL for a prompt-friendly text."> |
32 | 32 | <meta property="og:type" content="website"> |
33 | 33 | <meta property="og:url" content="{{ request.url }}"> |
34 | | - <meta property="og:image" content="/server/static/og-image.png"> |
| 34 | + <meta property="og:image" content="/static/og-image.png"> |
35 | 35 | <title> |
36 | 36 | {% block title %}Gitingest{% endblock %} |
37 | 37 | </title> |
38 | 38 | <script src="https://cdn.tailwindcss.com"></script> |
39 | | - <script src="/server/static/js/utils.js"></script> |
| 39 | + <script src="/static/js/utils.js"></script> |
40 | 40 | {% block extra_head %}{% endblock %} |
41 | 41 | </head> |
42 | 42 | <body class="bg-[#FFFDF8] min-h-screen flex flex-col"> |
|
0 commit comments