Skip to content

Commit d6106a8

Browse files
authored
Revert "test commit with pr (#98)"
This reverts commit b994375.
1 parent b994375 commit d6106a8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

next.config.mjs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,14 @@
44
export default {
55
output: "standalone",
66
reactStrictMode: true,
7+
// async redirects() {
8+
// return [
9+
// {
10+
// source: '/',
11+
12+
// destination: '/hompage',
13+
// permanent: false,
14+
// },
15+
// ];
16+
// },
717
};

0 commit comments

Comments
 (0)