Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
funkwhale.audio
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
funkwhale.audio
Merge requests
!34
Vue3 transition
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Vue3 transition
vue3-transition
into
master
Overview
1
Commits
17
Pipelines
12
Changes
49
Merged
Georg Krause
requested to merge
vue3-transition
into
master
3 years ago
Overview
1
Commits
17
Pipelines
12
Changes
3
Expand
👍
0
👎
0
Merge request reports
Viewing commit
e3420ea2
Prev
Next
Show latest version
3 files
+
5
−
54
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Verified
e3420ea2
Remove vue-head and use static metadata and dynamic title
· e3420ea2
Georg Krause
authored
3 years ago
public/index.html
+
3
−
1
Options
@@ -5,13 +5,15 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.png"
>
<title>
Funkwhale -
Your free and decentralized audio platform
</title>
<title>
Your free and decentralized audio platform
- Funkwhale
</title>
<meta
name=
"twitter:card"
content=
"summary"
/>
<meta
name=
"description"
content=
"A social platform to enjoy and share music"
>
<meta
property=
"og:type"
content=
"website"
/>
<meta
property=
"og:site_name"
content=
"Funkwhale.audio"
/>
<meta
property=
"og:title"
content=
"Funkwhale - Your free and decentralized audio platform"
/>
<meta
property=
"og:description"
content=
"A social platform to enjoy and share music"
/>
<meta
property=
"og:image"
content=
"<%= BASE_URL %>favicon.png"
/>
<link
rel=
"alternate"
type=
"application/atom+xml"
title=
"Blog - Atom Feed"
href=
"https://blog.funkwhale.audio/~/Announcements/atom.xml"
>
</head>
<body>
<noscript>
Loading