[catalog/setup][xs]: updates for deployment.
- Set DMS to demo.dev.datopian.com which has more datasets than demo.ckan.org. - Fix typesript bug which was breaking previous deployment. - Update yarn.lock file so that 'portal' is installed from the latest commit.
This commit is contained in:
@@ -41,7 +41,7 @@ module.exports = (phase, { defaultConfig }) => {
|
||||
defaultLocale: 'en',
|
||||
},
|
||||
publicRuntimeConfig: {
|
||||
DMS: dms ? dms.replace(/\/?$/, '') : 'https://demo.ckan.org',
|
||||
DMS: dms ? dms.replace(/\/?$/, '') : 'https://demo.dev.datopian.com',
|
||||
CMS: cms ? cms.replace(/\/?$/, '') : 'oddk.home.blog',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user