mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 14:46:04 +00:00
what if i put ?format=gif on all of them
This commit is contained in:
parent
4f418e70f2
commit
a44439a90c
4 changed files with 427 additions and 279 deletions
Binary file not shown.
33
package.json
33
package.json
|
@ -14,34 +14,33 @@
|
|||
"postinstall": "patch-package"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/cookie": "^0.5.3",
|
||||
"@types/html-minifier": "^4.0.4",
|
||||
"@types/marked": "^6.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.9.0",
|
||||
"@typescript-eslint/parser": "^6.9.0",
|
||||
"eslint": "^8.52.0",
|
||||
"@types/cookie": "^0.5.4",
|
||||
"@types/html-minifier": "^4.0.5",
|
||||
"@typescript-eslint/eslint-plugin": "^6.12.0",
|
||||
"@typescript-eslint/parser": "^6.12.0",
|
||||
"eslint": "^8.54.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"mdsvex": "^0.11.0",
|
||||
"prettier": "^3.0.3",
|
||||
"prettier-plugin-svelte": "^3.0.3",
|
||||
"svelte": "4.2.2",
|
||||
"svelte-check": "^3.5.2",
|
||||
"svelte-preprocess": "^5.0.4",
|
||||
"prettier": "^3.1.0",
|
||||
"prettier-plugin-svelte": "^3.1.2",
|
||||
"svelte": "4.2.7",
|
||||
"svelte-check": "^3.6.2",
|
||||
"svelte-preprocess": "^5.1.1",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.2.2"
|
||||
"typescript": "^5.3.2"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@lukeed/uuid": "^2.0.0",
|
||||
"@lukeed/uuid": "^2.0.1",
|
||||
"@sveltejs/adapter-node": "1.3.1",
|
||||
"@sveltejs/adapter-static": "^2.0.3",
|
||||
"@sveltejs/kit": "1.27.1",
|
||||
"@types/js-yaml": "^4.0.8",
|
||||
"cookie": "^0.5.0",
|
||||
"@sveltejs/kit": "1.27.6",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"cookie": "^0.6.0",
|
||||
"html-minifier": "^4.0.0",
|
||||
"patch-package": "^8.0.0",
|
||||
"postinstall-postinstall": "^2.1.0",
|
||||
"vite": "4.5.0",
|
||||
"vite": "5.0.2",
|
||||
"vite-imagetools": "^6.2.5"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
@ -6,23 +6,23 @@
|
|||
|
||||
import matdoesdev from './buttons/matdoesdev.png?format=gif'
|
||||
import adryd from './buttons/adryd.png?format=gif'
|
||||
import notnite from './buttons/notnite.gif'
|
||||
import notnite from './buttons/notnite.gif?format=gif'
|
||||
import shrecknt from './buttons/shwecky.png?format=gif'
|
||||
import goldenstack from './buttons/goldenstack.png?format=gif'
|
||||
import kibtytown from './buttons/kibtytown.gif'
|
||||
import kibtytown from './buttons/kibtytown.gif?format=gif'
|
||||
import honbra from './buttons/honbra.png?format=gif'
|
||||
|
||||
import archbtw from './buttons/archbtw.png?format=gif'
|
||||
import getFirefox from './buttons/getfirefox.gif'
|
||||
import github from './buttons/github.gif'
|
||||
import kofi from './buttons/kofi.gif'
|
||||
import vscode from './buttons/vscode.gif'
|
||||
import hetzner from './buttons/hetzner.gif'
|
||||
import anythingbutchrome from './buttons/anythingbutchrome.gif'
|
||||
import tor from './buttons/tor.gif'
|
||||
import getFirefox from './buttons/getfirefox.gif?format=gif'
|
||||
import github from './buttons/github.gif?format=gif'
|
||||
import kofi from './buttons/kofi.gif?format=gif'
|
||||
import vscode from './buttons/vscode.gif?format=gif'
|
||||
import hetzner from './buttons/hetzner.gif?format=gif'
|
||||
import anythingbutchrome from './buttons/anythingbutchrome.gif?format=gif'
|
||||
import tor from './buttons/tor.gif?format=gif'
|
||||
import ublockorigin from './buttons/ublockorigin.png?format=gif'
|
||||
import fightforprivacy from './buttons/fightforprivacy.gif'
|
||||
import netscape from './buttons/netscape.gif'
|
||||
import fightforprivacy from './buttons/fightforprivacy.gif?format=gif'
|
||||
import netscape from './buttons/netscape.gif?format=gif'
|
||||
|
||||
import type { BlogPostPreview } from '../blog.json/+server.js'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue