This commit is contained in:
Rinsvent 2023-05-11 14:37:31 +07:00
parent 3e4f36f972
commit f612ffc686
4 changed files with 794 additions and 371 deletions

View File

@ -1,4 +1,4 @@
build:
yarn export
deploy:
scp -r ./out/* rinsvent@188.225.77.88:/home/rinsvent/dev/gateway_data/static/tbd
scp -r ./out/* rinsvent@188.225.77.88:/home/rinsvent/dev/gateway_data/static/messenger

View File

@ -4,7 +4,7 @@ const nextConfig = {
swcMinify: true,
images: {
loader: "imgix",
path: "https://tbd.rinsvent.ru/",
path: "https://messenger.rinsvent.ru/",
},
webpack(config) {
config.module.rules.push({

View File

@ -1,5 +1,5 @@
{
"name": "tbd",
"name": "messenger",
"version": "0.1.0",
"private": true,
"scripts": {
@ -27,4 +27,4 @@
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}
}

File diff suppressed because it is too large Load Diff