Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
2649d29a
"examples/vscode:/vscode.git/clone" did not exist on "7215fdd301949a198cfc719b80aa5b760028255d"
Commit
2649d29a
authored
Apr 13, 2024
by
Timothy J. Baek
Browse files
fix: manifest.json issue
parent
838778aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/app.html
src/app.html
+1
-1
No files found.
src/app.html
View file @
2649d29a
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"icon"
href=
"%sveltekit.assets%/favicon.png"
/>
<link
rel=
"manifest"
href=
"%sveltekit.assets%/manifest.json"
/>
<link
rel=
"manifest"
href=
"%sveltekit.assets%/manifest.json"
crossorigin=
"use-credentials"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta
name=
"robots"
content=
"noindex,nofollow"
/>
<script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment