mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 14:46:04 +00:00
cat test
This commit is contained in:
parent
76b0fc4041
commit
04406cbe33
2 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||||
|
|
|
@ -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 (
|
||||||
|
|
Loading…
Add table
Reference in a new issue