Skip to content

Commit

Permalink
Try using wikimedia in vue.config.js (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan authored Jan 27, 2025
1 parent ec2ceac commit c9c58c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions webapp/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ module.exports = {
devServer: {
host: '0.0.0.0',
port: 8880,
public: 'app-test.eventyay.com',
public: 'wikimedia.eventyay.com',
allowedHosts: [
'.localhost',
'.eventyay.com',
'app-test.eventyay.com',
'app.eventyay.com'
'app.eventyay.com',
'wikimedia.eventyay.com'
],
},
pwa: {
Expand Down

0 comments on commit c9c58c3

Please sign in to comment.