Skip to content

Commit

Permalink
feat(sitename): change site name
Browse files Browse the repository at this point in the history
  • Loading branch information
haithembelhaj committed Apr 4, 2024
1 parent 1e9b50a commit 2cf76bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ module.exports = [
new HtmlWebpackPlugin({
chunks: ['lib.min', 'gui'],
template: 'src/playground/index.ejs',
title: 'Xcratch'
title: 'Calliope mini'
}),
new HtmlWebpackPlugin({
chunks: ['lib.min', 'blocksonly'],
Expand Down Expand Up @@ -244,15 +244,15 @@ module.exports = [
maximumFileSizeToCacheInBytes: 32 * 1024 * 1024
}),
new WebpackPwaManifest({
name: 'Xcratch',
short_name: 'Xcratch',
name: 'Calliope mini',
short_name: 'Calliope mini',
description: 'Extendable Scratch3 mod',
background_color: '#ffffff',
orientation: 'any',
crossorigin: 'use-credentials',
inject: true,
ios: {
'apple-mobile-web-app-title': 'Xcratch',
'apple-mobile-web-app-title': 'Calliope mini',
'apple-mobile-web-app-status-bar-style': 'default'
},
icons: [
Expand Down

0 comments on commit 2cf76bc

Please sign in to comment.