Skip to content

Instantly share code, notes, and snippets.

@wickdninja
wickdninja / launch.json
Created June 26, 2022 23:25
Run NextJS ( Dev ) via VS Code's Debugger
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"args": [
"dev"
],
@wickdninja
wickdninja / launch.json
Last active June 28, 2022 06:09
VS Code launch.json for NextJS
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"command": "yarn dev",
"name": "yarn dev",
"request": "launch",
@wickdninja
wickdninja / gist:f8fe9d39f25fcc32300ff1a85df98771
Last active March 6, 2025 14:18 — forked from ondrek/gist:7413434
Smallest Base64 image
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAFUlEQVR42mNkYPhfz0AEYBxVSF+FAP5FDvcfRYWgAAAAAElFTkSuQmCC" />
data:image/gif;base64,R0lGODlhAQABAAAAACw=