Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pleroma-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
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
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
Pleroma
pleroma-fe
Merge requests
!182
Feature/chat
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/chat
feature/chat
into
develop
Overview
0
Commits
8
Pipelines
3
Changes
13
Merged
lain
requested to merge
feature/chat
into
develop
7 years ago
Overview
0
Commits
8
Pipelines
3
Changes
13
Expand
0
0
Merge request reports
Compare
develop
version 2
612fb183
7 years ago
version 1
6c4e3a50
7 years ago
develop (base)
and
latest version
latest version
ecb8acb1
8 commits,
7 years ago
version 2
612fb183
7 commits,
7 years ago
version 1
6c4e3a50
6 commits,
7 years ago
13 files
+
175
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
config/index.js
+
7
−
1
Options
@@ -23,9 +23,15 @@ module.exports = {
assetsPublicPath
:
'
/
'
,
proxyTable
:
{
'
/api
'
:
{
target
:
'
htt
p
s://
s
oc
i
al
.heldscal.la
/
'
,
target
:
'
htts://
l
ocal
host:4000
/
'
,
changeOrigin
:
true
,
cookieDomainRewrite
:
'
localhost
'
},
'
/socket
'
:
{
target
:
'
htts://localhost:4000/
'
,
changeOrigin
:
true
,
cookieDomainRewrite
:
'
localhost
'
,
ws
:
true
}
},
// CSS Sourcemaps off by default because relative paths are "buggy"
Loading