Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tmushayahama authored Jul 27, 2023
2 parents 01d64da + 9a38935 commit c7d635f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const globalKnownRelations = typeof global_known_relations !== 'undefined'

export const environment = {
production: true,
isDev: true,
isDev: false,
isBeta: false,
isGraph: true,
spaqrlApiUrl: 'http://rdf-internal.berkeleybop.io/blazegraph/sparql',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const globalKnownRelations = typeof global_known_relations !== 'undefined'

export const environment = {
production: false,
isDev: true,
isDev: false,
isBeta: false,
isGraph: true,
spaqrlApiUrl: 'http://rdf-internal.berkeleybop.io/blazegraph/sparql',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,4 @@
</noctua-splash-screen>
<noctua-root></noctua-root>
<script src="runtime.38b1f495cb4cd82a.js" type="module"></script><script src="polyfills.a39db01cea6f891e.js" type="module"></script><script src="scripts.79b3808e7d5e20c8.js" defer></script><script src="main.7c53d55bbd4550d5.js" type="module"></script>

</body></html>

Large diffs are not rendered by default.

0 comments on commit c7d635f

Please sign in to comment.