We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e7b77 commit c97c068Copy full SHA for c97c068
nuxt.config.js
@@ -4,8 +4,8 @@ const env = process.env.SERVER_ENV
4
5
const baseUrls = {
6
development: 'https://localhost',
7
- stable: '',
8
- production: ''
+ stable: 'https://singularity-website.on.fleek.co/',
+ production: 'https://singularity.storage/'
9
}
10
11
const frontendPort = 10050
0 commit comments