Skip to content

Commit

Permalink
remove netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbansal committed Oct 26, 2023
1 parent 5f5469b commit ef50ea8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 47 deletions.
12 changes: 0 additions & 12 deletions bot-test.sh

This file was deleted.

29 changes: 0 additions & 29 deletions netlify.toml

This file was deleted.

6 changes: 0 additions & 6 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ const footerLinks = SOCIAL_LINKS.filter((l) => l.footer);
<footer class="footer">
<div class="container">
<p>&copy; {currentYear} Vivek Kumar Bansal</p>
<a href="https://www.netlify.com" target="_blank" rel="noopener noreferrer">
<img
src="https://www.netlify.com/img/global/badges/netlify-color-bg.svg"
alt="Deploys by Netlify"
/>
</a>
<div class="social">
{
footerLinks.map((social) => {
Expand Down

0 comments on commit ef50ea8

Please sign in to comment.