Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SSHOC
sshoc-marketplace-frontend
Commits
59dd2abc
Commit
59dd2abc
authored
Apr 17, 2022
by
Stefan Probst
Browse files
fix: fix prod url check
parent
25885fc5
Pipeline
#290828
passed with stages
in 10 minutes and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.vscode/extensions.json
View file @
59dd2abc
...
...
@@ -3,8 +3,10 @@
"dbaeumer.vscode-eslint"
,
"editorconfig.editorconfig"
,
"esbenp.prettier-vscode"
,
"jounqin.vscode-mdx"
,
"mikestead.dotenv"
,
"orta.vscode-jest"
,
"shelex.vscode-cy-helper"
,
"stylelint.vscode-stylelint"
]
}
next.config.mjs
View file @
59dd2abc
...
...
@@ -29,7 +29,7 @@ import { syntaxHighlightingTheme } from './config/docs.config.mjs'
import
{
defaultLocale
,
locales
}
from
'
./config/i18n.config.mjs
'
const
isProductionDeploy
=
process
.
env
[
'
NEXT_PUBLIC_
SSHOC_
BASE_URL
'
]
===
'
https://marketplace.sshopencloud.eu
'
process
.
env
[
'
NEXT_PUBLIC_BASE_URL
'
]
===
'
https://marketplace.sshopencloud.eu
'
/** @typedef {import('~/config/i18n.config.mjs').Locale} Locale */
/** @typedef {import('next').NextConfig & {i18n?: {locales: Array<Locale>; defaultLocale: Locale}}} NextConfig */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment