parent
3300c2302c
commit
735d23c9eb
@ -246,7 +246,7 @@
|
|||||||
our GitHub page</a
|
our GitHub page</a
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
<p>modrinth/knossos {{ version }}</p>
|
<p>{{ owner }}/{{ slug }} {{ branch }}@{{ hash.substring(0, 7) }}</p>
|
||||||
<p>© Rinth, Inc.</p>
|
<p>© Rinth, Inc.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="links links-1" role="region" aria-label="Legal">
|
<div class="links links-1" role="region" aria-label="Legal">
|
||||||
@ -337,7 +337,10 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
isDropdownOpen: false,
|
isDropdownOpen: false,
|
||||||
version: process.env.version || 'unknown',
|
owner: process.env.owner || 'modrinth',
|
||||||
|
slug: process.env.slug || 'knossos',
|
||||||
|
branch: process.env.branch || 'master',
|
||||||
|
hash: process.env.hash || 'unknown',
|
||||||
isMobileMenuOpen: false,
|
isMobileMenuOpen: false,
|
||||||
registeredSkipLink: null,
|
registeredSkipLink: null,
|
||||||
}
|
}
|
||||||
|
|||||||
@ -275,7 +275,10 @@ export default {
|
|||||||
height: '2px',
|
height: '2px',
|
||||||
},
|
},
|
||||||
env: {
|
env: {
|
||||||
version: process.env.VERSION_ID || 'unknown',
|
owner: process.env.VERCEL_GIT_REPO_OWNER || 'modrinth',
|
||||||
|
slug: process.env.VERCEL_GIT_REPO_SLUG || 'knossos',
|
||||||
|
branch: process.env.VERCEL_GIT_COMMIT_REF || 'master',
|
||||||
|
hash: process.env.VERCEL_GIT_COMMIT_SHA || 'unknown',
|
||||||
domain: getDomain(),
|
domain: getDomain(),
|
||||||
},
|
},
|
||||||
publicRuntimeConfig: {
|
publicRuntimeConfig: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user