- fix: refresh token, codice di errore ...
This commit is contained in:
@@ -97,7 +97,7 @@ module.exports = configure((ctx) => ({
|
||||
|
||||
chainWebpack(chain, { isServer, isClient }) {
|
||||
chain.resolve.alias
|
||||
// .set('myalias', path.resolve(__dirname, './src/somefolder'))
|
||||
// .set('myalias', path.resolve(__dirname, './src/somefolder'))
|
||||
.set('@', helpers.root('src'))
|
||||
.set('@components', helpers.root('src/components/index.ts'))
|
||||
.set('@boot', helpers.root('src/boot/*'))
|
||||
@@ -293,12 +293,12 @@ module.exports = configure((ctx) => ({
|
||||
theme_color: '#027be3',
|
||||
icons: [
|
||||
{
|
||||
src: 'images/android-chrome-192x192.png',
|
||||
src: '/images/android-chrome-192x192.png',
|
||||
sizes: '384x384',
|
||||
type: 'image/png',
|
||||
},
|
||||
{
|
||||
src: 'images/android-chrome-512x512.png',
|
||||
src: '/images/android-chrome-512x512.png',
|
||||
sizes: '512x512',
|
||||
type: 'image/png',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user