We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 463b484 + 180f767 commit 29366aaCopy full SHA for 29366aa
1 file changed
pages/_app.js
@@ -1,5 +1,7 @@
1
import '../styles/globals.css'
2
3
+const deploy = 42;
4
+
5
function MyApp({ Component, pageProps }) {
6
return <Component {...pageProps} />
7
}
0 commit comments