From e9f804ecf966b707b90631375b673000b96b99dd Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 1 Jan 2024 13:33:41 -0800 Subject: [PATCH] chore: trim styles --- netlify.toml | 13 ++-- src/_includes/partials/footer.liquid | 4 +- src/_includes/partials/nav/menu.liquid | 2 +- src/assets/styles/index.css | 64 +++++++------------ .../2023/leaning-into-google-services.md | 45 ------------- 5 files changed, 33 insertions(+), 95 deletions(-) delete mode 100644 src/posts/2023/leaning-into-google-services.md diff --git a/netlify.toml b/netlify.toml index acae627f..8c0017c1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,10 @@ +### +# BUILD +### +[build] + command = "npm run build" + publish = "_site" + ### # URLs ### @@ -58,8 +65,4 @@ for = "/contribute.json" X-Frame-Options = "DENY" X-XSS-Protection = "1; mode=block" Referrer-Policy = "strict-origin-when-cross-origin" - Permissions-Policy = "autoplay=(), camera=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), publickey-credentials-get=()" - -[build] - command = "npm run build" - publish = "_site" \ No newline at end of file + Permissions-Policy = "autoplay=(), camera=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), publickey-credentials-get=()" \ No newline at end of file diff --git a/src/_includes/partials/footer.liquid b/src/_includes/partials/footer.liquid index 6be1e090..dd1702af 100644 --- a/src/_includes/partials/footer.liquid +++ b/src/_includes/partials/footer.liquid @@ -1,10 +1,10 @@