chore: netlify config
This commit is contained in:
parent
5f40a4b376
commit
39d4891fc9
4 changed files with 140 additions and 2 deletions
132
netlify.toml
Normal file
132
netlify.toml
Normal file
|
@ -0,0 +1,132 @@
|
||||||
|
###
|
||||||
|
# PLUGINS
|
||||||
|
###
|
||||||
|
[[plugins]]
|
||||||
|
package = "netlify-plugin-cache"
|
||||||
|
|
||||||
|
[plugins.inputs]
|
||||||
|
paths = [ ".cache", "./src/assets/img/cache" ]
|
||||||
|
|
||||||
|
[[plugins]]
|
||||||
|
package = "@netlify/plugin-lighthouse"
|
||||||
|
|
||||||
|
[plugins.inputs]
|
||||||
|
output_path = "reports/lighthouse/index.html"
|
||||||
|
|
||||||
|
###
|
||||||
|
# OPTIMIZATION
|
||||||
|
###
|
||||||
|
[build.processing]
|
||||||
|
skip_processing = false
|
||||||
|
[build.processing.css]
|
||||||
|
bundle = true
|
||||||
|
minify = true
|
||||||
|
[build.processing.js]
|
||||||
|
bundle = true
|
||||||
|
minify = true
|
||||||
|
[build.processing.images]
|
||||||
|
compress = true
|
||||||
|
|
||||||
|
###
|
||||||
|
# URLs
|
||||||
|
###
|
||||||
|
[build.processing.html]
|
||||||
|
pretty_urls = true
|
||||||
|
|
||||||
|
###
|
||||||
|
# HEADERS
|
||||||
|
###
|
||||||
|
[[headers]]
|
||||||
|
for = "/feed.xml"
|
||||||
|
|
||||||
|
[headers.values]
|
||||||
|
Content-Type = "application/xml; charset=utf-8"
|
||||||
|
x-content-type-options = "nosniff"
|
||||||
|
|
||||||
|
[[headers]]
|
||||||
|
for = "/links.xml"
|
||||||
|
|
||||||
|
[headers.values]
|
||||||
|
Content-Type = "application/xml; charset=utf-8"
|
||||||
|
x-content-type-options = "nosniff"
|
||||||
|
|
||||||
|
[[headers]]
|
||||||
|
for = "/follow.xml"
|
||||||
|
|
||||||
|
[headers.values]
|
||||||
|
Content-Type = "application/xml; charset=utf-8"
|
||||||
|
x-content-type-options = "nosniff"
|
||||||
|
|
||||||
|
[[headers]]
|
||||||
|
for = "/.well-known/webfinger"
|
||||||
|
|
||||||
|
[headers.values]
|
||||||
|
Content-Type = "application/jrd+json; charset=utf-8"
|
||||||
|
|
||||||
|
###
|
||||||
|
# SITE REDIRECTS
|
||||||
|
###
|
||||||
|
[[redirects]]
|
||||||
|
from = "/rss.xml"
|
||||||
|
to = "/feed.xml"
|
||||||
|
status = 301
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/blog/fixing-safari-icloud-syncing"
|
||||||
|
to = "/posts/2022/fixing-safari-icloud-syncing/"
|
||||||
|
status = 301
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/blog/migrating-to-fastmail"
|
||||||
|
to = "/posts/2022/migrating-to-fastmail/"
|
||||||
|
status = 301
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/blog/client-side-webmentions-in-nextjs"
|
||||||
|
to = "/posts/2023/client-side-webmentions-in-nextjs/"
|
||||||
|
status = 301
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/blog/apple-centric-digital-privacy-tools"
|
||||||
|
to = "/posts/2022/apple-centric-digital-privacy-tools/"
|
||||||
|
status = 301
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/blog/automating-rss-syndication-with-nextjs-github"
|
||||||
|
to = "/posts/2023/automating-rss-syndication-with-nextjs-github/"
|
||||||
|
status = 301
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/blog/apple-music-a-tale-of-woe"
|
||||||
|
to = "/posts/2021/apple-music-a-tale-of-woe/"
|
||||||
|
status = 301
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/blog/adding-client-side-rendered-webmentions-to-my-blog"
|
||||||
|
to = "/posts/2023/client-side-webmentions-in-nextjs/"
|
||||||
|
status = 301
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/blog/automating-email-cleanup-in-gmail"
|
||||||
|
to = "/posts/2022/automating-email-cleanup-in-gmail/"
|
||||||
|
status = 301
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/blog/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt"
|
||||||
|
to = "/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt/"
|
||||||
|
status = 301
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/blog/simple-api-fetch-hooks-with-swr"
|
||||||
|
to = "/posts/2022/simple-api-fetch-hooks-with-swr/"
|
||||||
|
status = 301
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/2023/02/automatingandprobablyoverengineeringmy-nowpage"
|
||||||
|
to = "/posts/2023/automating-and-overengineering-my-now-page/"
|
||||||
|
status = 301
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/2023/01/workflows-handling-inbound-email-on-fastmail-with-regular-expressions"
|
||||||
|
to = "/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt/"
|
||||||
|
status = 301
|
|
@ -23,6 +23,7 @@
|
||||||
"eslint": "^8.42.0",
|
"eslint": "^8.42.0",
|
||||||
"eslint-config-prettier": "^8.8.0",
|
"eslint-config-prettier": "^8.8.0",
|
||||||
"eslint-plugin-prettier": "^4.2.1",
|
"eslint-plugin-prettier": "^4.2.1",
|
||||||
|
"netlify-plugin-cache": "^1.0.3",
|
||||||
"postcss": "^8.4.24",
|
"postcss": "^8.4.24",
|
||||||
"prettier": "^2.8.8",
|
"prettier": "^2.8.8",
|
||||||
"prettier-plugin-tailwindcss": "^0.3.0",
|
"prettier-plugin-tailwindcss": "^0.3.0",
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"headers": [
|
"headers": [
|
||||||
{
|
{
|
||||||
"key": "Content-Type",
|
"key": "Content-Type",
|
||||||
"value": "application/xml; charset=utf-8 # not application/rss+xml"
|
"value": "application/xml; charset=utf-8"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "x-content-type-options",
|
"key": "x-content-type-options",
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
"headers": [
|
"headers": [
|
||||||
{
|
{
|
||||||
"key": "Content-Type",
|
"key": "Content-Type",
|
||||||
"value": "application/xml; charset=utf-8 # not application/rss+xml"
|
"value": "application/xml; charset=utf-8"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "x-content-type-options",
|
"key": "x-content-type-options",
|
||||||
|
|
|
@ -3921,6 +3921,11 @@ neo-async@^2.6.0:
|
||||||
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
|
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
|
||||||
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
||||||
|
|
||||||
|
netlify-plugin-cache@^1.0.3:
|
||||||
|
version "1.0.3"
|
||||||
|
resolved "https://registry.yarnpkg.com/netlify-plugin-cache/-/netlify-plugin-cache-1.0.3.tgz#f60514e259dff2b3286b6d60b570bb1c81206794"
|
||||||
|
integrity sha512-CTOwNWrTOP59T6y6unxQNnp1WX702v2R/faR5peSH94ebrYfyY4zT5IsRcIiHKq57jXeyCrhy0GLuTN8ktzuQg==
|
||||||
|
|
||||||
no-case@^2.2.0:
|
no-case@^2.2.0:
|
||||||
version "2.3.2"
|
version "2.3.2"
|
||||||
resolved "https://registry.yarnpkg.com/no-case/-/no-case-2.3.2.tgz#60b813396be39b3f1288a4c1ed5d1e7d28b464ac"
|
resolved "https://registry.yarnpkg.com/no-case/-/no-case-2.3.2.tgz#60b813396be39b3f1288a4c1ed5d1e7d28b464ac"
|
||||||
|
|
Reference in a new issue