Skip to content

Commit

Permalink
fix: tests failed due to snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceM committed Jun 30, 2021
1 parent d1ea2bf commit 01c7977
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/integration/withPage/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ module.exports = withPrismicSitemap({
hostname: 'https://example.com',
documentTypes: ['post', 'page', 'latest_notice'],
staticPaths: [
{ url: 'hello-to-me' },
{
url: 'hello-to-me',
lastmod: '2021-06-29'
},
function () {
return {
url: 'sup',
Expand Down

0 comments on commit 01c7977

Please sign in to comment.