Add new components for AI and tutorials, update routing, and enhance file upload functionality
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
export const environment = {
|
||||
default_page: 'main/generate-image',
|
||||
default_page: 'main/tutorials/tutorials-all',
|
||||
port: 8080,
|
||||
fromWeb: false,
|
||||
production: false,
|
||||
host_name: 'http://localhost'
|
||||
host_name: 'http://localhost',
|
||||
title: 'JAMBOTRON.RUN.PLACE (dev)'
|
||||
};
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
export const environment = {
|
||||
default_page: 'main/generate-image',
|
||||
default_page: 'main/tutorials/tutorials-all',
|
||||
port: 8081,
|
||||
production: true,
|
||||
fromWeb: true,
|
||||
host_name: 'https://jambotron.run.place'
|
||||
host_name: 'https://jambotron.run.place',
|
||||
title: 'JAMBOTRON.RUN.PLACE'
|
||||
};
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
export const environment = {
|
||||
default_page: 'main/generate-image',
|
||||
default_page: 'main/tutorials/tutorials-all',
|
||||
port: 8080,
|
||||
production: true,
|
||||
fromWeb: false,
|
||||
host_name: 'http://localhost'
|
||||
host_name: 'http://localhost',
|
||||
title: 'Jambotron'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user