Add MAX Mini App frontend flow
This commit is contained in:
@@ -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' },
|
||||
],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user