You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/generate-war.yml
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
# .github/workflows/generate-war.yml
1
2
name: generate-war
2
3
3
4
on:
@@ -11,6 +12,7 @@ on:
11
12
- beta
12
13
- qa
13
14
- demo
15
+
- production
14
16
basepath:
15
17
description: 'Server base path (without slashes) for serving the application (e.g., modern). If left blank, it will try to deploy to the root base path.'
Copy file name to clipboardExpand all lines: public/config.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ window.__APP_CONFIG__ = {
7
7
backendUrl: 'http://localhost:8000',
8
8
// Optional banner shown at the top of the app when set. Basic HTML markup is supported.
9
9
bannerMessage:
10
-
"You are using the new Dataverse <strong>Modern version</strong>. This is an early release and some features from the original site are not yet available. Please see the <a href='https://dataverse.harvard.edu/spa/featured-item/harvard/1'>Project Roadmap</a> for details.",
10
+
"You are using the new Dataverse <strong>Modern version</strong>. This is an early release and some features from the original site are not yet available. Please see the <a href='https://dataverse.harvard.edu/modern/featured-item/harvard/1'>Project Roadmap</a> for details.",
0 commit comments