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