add scripts to auto-install

This commit is contained in:
kilyabin
2025-11-18 03:57:22 +04:00
parent f7a8cc622f
commit b82d4e5085
12 changed files with 715 additions and 275 deletions

View File

@@ -2,11 +2,6 @@
const nextConfig = {
reactStrictMode: true,
output: 'standalone',
redirects: async () => [{
permanent: false,
destination: '/ps7',
source: '/'
}],
generateEtags: false
}