Skip to content

Commit

Permalink
Merge pull request #590 from Rushikesh-Sonawane99/release-1.1.0
Browse files Browse the repository at this point in the history
Issue #PS-000 chore: Updated App short name and other PWA configurations
  • Loading branch information
itsvick authored Jan 13, 2025
2 parents 409f625 + 0ad93be commit 4060a50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ const nextConfig = {

const pwaConfig = withPWA({
dest: 'public',
reloadOnOnline: false,
register: true,
skipWaiting: true,
disable: process.env.NODE_ENV === 'development'
});

export default pwaConfig(nextConfig);
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scope": "/",
"start_url": "/",
"name": "Pratham Learning Management App",
"short_name": "Learning Management app",
"short_name": "PLMP",
"description": "Learning Management app for Pratham",
"icons": [
{
Expand Down

0 comments on commit 4060a50

Please sign in to comment.