Skip to content

Commit c97c068

Browse files
committedSep 11, 2023
feat: update site urls
1 parent 15e7b77 commit c97c068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎nuxt.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ const env = process.env.SERVER_ENV
44

55
const baseUrls = {
66
development: 'https://localhost',
7-
stable: '',
8-
production: ''
7+
stable: 'https://singularity-website.on.fleek.co/',
8+
production: 'https://singularity.storage/'
99
}
1010

1111
const frontendPort = 10050

0 commit comments

Comments
 (0)
Please sign in to comment.