keep
This commit is contained in:
parent
3e4f36f972
commit
f612ffc686
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
|||||||
build:
|
build:
|
||||||
yarn export
|
yarn export
|
||||||
deploy:
|
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
|
@ -4,7 +4,7 @@ const nextConfig = {
|
|||||||
swcMinify: true,
|
swcMinify: true,
|
||||||
images: {
|
images: {
|
||||||
loader: "imgix",
|
loader: "imgix",
|
||||||
path: "https://tbd.rinsvent.ru/",
|
path: "https://messenger.rinsvent.ru/",
|
||||||
},
|
},
|
||||||
webpack(config) {
|
webpack(config) {
|
||||||
config.module.rules.push({
|
config.module.rules.push({
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "tbd",
|
"name": "messenger",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -27,4 +27,4 @@
|
|||||||
"eslint-config-next": "12.3.1",
|
"eslint-config-next": "12.3.1",
|
||||||
"typescript": "4.8.4"
|
"typescript": "4.8.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
1157
pages/index.tsx
1157
pages/index.tsx
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user