Skip to content

Commit 83dc08c

Browse files
author
Sagar Jain
committed
feat: code cleanup
1 parent 471bcb6 commit 83dc08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ module.exports = {
150150
{
151151
resolve: 'gatsby-plugin-offline',
152152
options: {
153-
precachePages: ['/', '/posts/*', '/post/*', '/tag/*', '/category/*', '/about/']
153+
precachePages: ['', '/posts/*', '/post/*', '/tag/*', '/category/*', '/about']
154154
}
155155
}
156156
]

0 commit comments

Comments
 (0)