Skip to content

Commit

Permalink
feat: redirect to new blog (#629)
Browse files Browse the repository at this point in the history
Co-authored-by: David Luzar <5153846+dwelle@users.noreply.github.com>
  • Loading branch information
maielo and dwelle authored Nov 6, 2024
1 parent e3d5bab commit a6b2b8e
Show file tree
Hide file tree
Showing 3 changed files with 584 additions and 466 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@
"prettier": "@excalidraw/prettier-config",
"private": true,
"scripts": {
"build": "gatsby build",
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && gatsby build",
"develop": "gatsby develop",
"fix": "yarn prettier --write",
"prettier": "prettier \"**/*.{js,jsx,json,md,yml}\"",
"serve": "gatsby serve",
"start": "yarn develop",
"test": "yarn prettier --list-different"
},
"version": "1.0.0"
"version": "1.0.0",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
7 changes: 5 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"redirects": [
{ "source": "/browser-nativefs", "destination": "/browser-fs-access/" },
{ "source": "/browser-nativefs/", "destination": "/browser-fs-access/" }
{
"source": "/(.*)",
"destination": "https://plus.excalidraw.com/blog/$1",
"permanent": true
}
]
}
Loading

0 comments on commit a6b2b8e

Please sign in to comment.