1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 14:46:04 +00:00
This commit is contained in:
mat 2023-12-08 16:36:39 -06:00
parent 76b0fc4041
commit 04406cbe33
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@
</div> </div>
<br /> <br />
<div class="buttons"> <div class="buttons">
<Button href="//matdoes.dev/retro" src="matdoesdev.png" alt="matdoesdev" /> <Button href="//matdoes.dev" src="matdoesdev.gif" alt="matdoesdev" />
<Button href="//adryd.com" src="adryd.png" alt="adryd" /> <Button href="//adryd.com" src="adryd.png" alt="adryd" />
<Button href="//notnite.com" src="notnite.gif" alt="notnite" /> <Button href="//notnite.com" src="notnite.gif" alt="notnite" />
<Button href="//shrecked.dev" src="shwecky.png" alt="shrecknt" /> <Button href="//shrecked.dev" src="shwecky.png" alt="shrecknt" />

View file

@ -35,7 +35,7 @@ function pngToGifForRetro() {
const handles = files.map(async (publicFilePath) => { const handles = files.map(async (publicFilePath) => {
const newFilePath = publicFilePath.replace(/\.png$/, '.gif') const newFilePath = publicFilePath.replace(/\.png$/, '.gif')
console.log(publicFilePath, ' -> ', newFilePath) console.log(publicFilePath, '->', newFilePath)
// if it already exists, skip // if it already exists, skip
if ( if (