bisq-network / bisq-website

@bisq-network website at https://bisq.network
33 stars 76 forks source link

added meta test for deployment test #481

Closed salokiam closed 6 months ago

salokiam commented 6 months ago

The website should have a new META Tag now-

This can be used to test if the deployment has succeeded without change the website visually.

cbeams commented 6 months ago

Thanks @salokiam!

cbeams commented 6 months ago

I've confirmed that the new meta tag shows up as expected. @salokiam could you git revert this commit and push another PR so as to delete this test change?

Note for future reference, please form commit messages according to the conventions at https://cbea.ms/git-commit/#seven-rules. These conventions are used pretty consistently throughout bisq-network repos. Case in point here is the subject line. Under these conventions, "added meta test for deployment test" would become, e.g. "Add meta test for deployment test" or perhaps "Add dummy meta tag to test Netlify deployment".