Compare commits
2 commits
6a4407ca1e
...
04e111f8c7
Author | SHA1 | Date | |
---|---|---|---|
04e111f8c7 | |||
cc8bdf017b |
4 changed files with 9 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "9.2.4",
|
||||
"version": "9.2.6",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "9.2.4",
|
||||
"version": "9.2.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"minisearch": "^7.1.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "9.2.4",
|
||||
"version": "9.2.6",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
|
|
|
@ -110,6 +110,7 @@ ol {
|
|||
.brand-mastodon,
|
||||
.brand-npm,
|
||||
.calendar,
|
||||
.calendar-plus,
|
||||
.coffee,
|
||||
.concerts,
|
||||
.country,
|
||||
|
@ -153,7 +154,8 @@ ol {
|
|||
&.brand-npm {
|
||||
--section-color: var(--brand-npm);
|
||||
}
|
||||
&.calendar {
|
||||
&.calendar,
|
||||
&.calendar-plus {
|
||||
--section-color: var(--calendar);
|
||||
}
|
||||
&.coffee {
|
||||
|
|
|
@ -128,6 +128,9 @@ RewriteRule ^.*$ - [F,L]
|
|||
|
||||
<IfModule mod_headers.c>
|
||||
Header append Vary "Accept-Encoding"
|
||||
Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains; preload"
|
||||
Header set X-Content-Type-Options "nosniff"
|
||||
Header set X-XSS-Protection "1; mode=block"
|
||||
|
||||
<FilesMatch "\.(js|css|woff2|ttf|otf|png|jpg|jpeg|gif|svg|wasm|ico)$">
|
||||
Header set Cache-Control "public, max-age=31536000, immutable"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue