google site verification

This commit is contained in:
saml33 2023-11-16 11:17:28 +11:00
parent bec2d1a0e3
commit a6ff868143
3 changed files with 3 additions and 12 deletions

4
.gitignore vendored
View File

@ -5,8 +5,8 @@
/.pnp
.pnp.js
# pages
/pages/google-verification.html
# google
/public/google1c604c9025f210a7.html
# testing
/coverage

View File

@ -1,9 +0,0 @@
export default class extends React.Component {
static async getInitialProps({ res }) {
res.setHeader('Content-Type', 'text/html')
res.write(
'<html><body>google-site-verification: google1c604c9025f210a7.html</body></html>'
)
res.end()
}
}

File diff suppressed because one or more lines are too long