Add MAX Mini App frontend flow

This commit is contained in:
Ruslan Bakiev
2026-04-04 21:51:40 +07:00
parent e20565b4ae
commit ec9103a80d
9 changed files with 357 additions and 24 deletions

View File

@@ -42,7 +42,10 @@ export default defineNuxtConfig({
head: {
title: 'Fregat Client Cabinet',
meta: [{ name: 'viewport', content: 'width=device-width, initial-scale=1' }],
script: [{ src: 'https://telegram.org/js/telegram-web-app.js?61' }],
script: [
{ src: 'https://telegram.org/js/telegram-web-app.js?61' },
{ src: 'https://st.max.ru/js/max-web-app.js' },
],
},
},
});