Skip to content

Commit fbb4753

Browse files
committed
adding success page in prerendering
1 parent 12fd239 commit fbb4753

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prerender-urls.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ const [blogs, images] = generateFileList(join(__dirname, 'content')).nodes;
66
module.exports = () => {
77
const pages = [
88
{ url: '/' },
9-
{ url: '/contact/' }
9+
{ url: '/contact/' },
10+
{ url: '/contact/success' }
1011
];
1112

1213
// adding blogs list posts page

0 commit comments

Comments
 (0)