Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EUbOPEN Web
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChEMBL
EUbOPEN
EUbOPEN Web
Commits
93cc2da5
Commit
93cc2da5
authored
3 years ago
by
David Mendez
Browse files
Options
Downloads
Patches
Plain Diff
Debug GA and js files generation
parent
266ddaad
No related branches found
No related tags found
1 merge request
!48
Debug GA and js files generation
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nuxt.config.js
+1
-0
1 addition, 0 deletions
nuxt.config.js
pages/index.vue
+4
-0
4 additions, 0 deletions
pages/index.vue
with
5 additions
and
0 deletions
nuxt.config.js
+
1
−
0
View file @
93cc2da5
...
@@ -62,6 +62,7 @@ export default {
...
@@ -62,6 +62,7 @@ export default {
process
.
env
.
SHORTEN_URLS_FOR_ENTITY_BROWSERS
==
null
process
.
env
.
SHORTEN_URLS_FOR_ENTITY_BROWSERS
==
null
?
true
?
true
:
process
.
env
.
SHORTEN_URLS_FOR_ENTITY_BROWSERS
===
'
true
'
,
:
process
.
env
.
SHORTEN_URLS_FOR_ENTITY_BROWSERS
===
'
true
'
,
GOOGLE_ANALYTICS_ID
:
process
.
env
.
GOOGLE_ANALYTICS_ID
||
'
hello
'
,
},
},
// Global CSS: https://go.nuxtjs.dev/config-css
// Global CSS: https://go.nuxtjs.dev/config-css
...
...
This diff is collapsed.
Click to expand it.
pages/index.vue
+
4
−
0
View file @
93cc2da5
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
an open access chemogenomic library comprising about 5,000 well
an open access chemogenomic library comprising about 5,000 well
annotated compounds covering roughly 1,000 different proteins.
annotated compounds covering roughly 1,000 different proteins.
</p>
</p>
<p>
GOOGLE_ANALYTICS_ID:
{{
analyticsID
}}
</p>
<div
class=
"d-flex justify-space-between flex-wrap align-center"
>
<div
class=
"d-flex justify-space-between flex-wrap align-center"
>
<div
class=
"buttons-container"
>
<div
class=
"buttons-container"
>
<v-btn
depressed
color=
"primary"
nuxt
to=
"/compound/browse"
>
<v-btn
depressed
color=
"primary"
nuxt
to=
"/compound/browse"
>
...
@@ -87,6 +88,9 @@ export default {
...
@@ -87,6 +88,9 @@ export default {
esProxyBaseUrl
()
{
esProxyBaseUrl
()
{
return
process
.
env
.
esProxyBaseUrl
return
process
.
env
.
esProxyBaseUrl
},
},
analyticsID
()
{
return
process
.
env
.
GOOGLE_ANALYTICS_ID
},
},
},
}
}
</
script
>
</
script
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment