diff --git a/lostpixel.config.ts b/lostpixel.config.ts index 74038ca..c62efed 100644 --- a/lostpixel.config.ts +++ b/lostpixel.config.ts @@ -5,7 +5,7 @@ import { join } from 'path' function pagePaths(): string[] { const siteUrl = 'https://johnkurkowski.com' const sitemapXml = readFileSync( - join(__dirname, 'public', 'sitemap-0.xml'), + join(__dirname, 'dist', 'sitemap-0.xml'), 'utf-8', ) const urlsRe = new RegExp(`${siteUrl}(/[^<]*)`, 'g') @@ -26,6 +26,6 @@ export const config: CustomProjectConfig = { lostPixelProjectId: 'clud602ae10romo0e861bvpv2', pageShots: { pages: pagePaths().map((path) => ({ path, name: slugify(path) })), - baseUrl: 'http://172.17.0.1:9000', + baseUrl: 'http://172.17.0.1:4321', }, } diff --git a/netlify.toml b/netlify.toml index d79bed4..9bca6cb 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] command = "npm test && npm run build" - publish = "public/" + publish = "dist/" [build.environment] NODE_VERSION = "20.12.0" diff --git a/src/css/sticky-footer.css b/src/css/sticky-footer.css index a0e2077..5897a0e 100644 --- a/src/css/sticky-footer.css +++ b/src/css/sticky-footer.css @@ -1,6 +1,3 @@ -/* stylelint-disable-next-line selector-id-pattern */ -#___gatsby, -#gatsby-focus-wrapper, body, html { height: 100%; diff --git a/src/pages/about.mdx b/src/pages/about.mdx index 76e2316..04c1738 100644 --- a/src/pages/about.mdx +++ b/src/pages/about.mdx @@ -119,13 +119,13 @@ workflows in company tech talks. Java, Spring, GWT, Hadoop, Django. ## Colophon This site is coded and written in [iTerm2] and [vim]. It is built around the -framework [GatsbyJS]. The site’s preferred display font is the humanist [Open +framework [Astro]. The site’s preferred display font is the humanist [Open Sans]. The preferred body font is the modern serif [Lora]. The site is hosted on [Netlify]. [Its source is available on GitHub][GitHub source]. +[Astro]: https://astro.build/ [Corporate UX Maturity: Stages 1-4]: https://www.nngroup.com/articles/ux-maturity-stages-1-4/ -[GatsbyJS]: https://www.gatsbyjs.org/ [GitHub source]: https://github.com/john-kurkowski/john-kurkowski.github.io [Good Ideas From Mobile Design That Are Good Everywhere]: /posts/good-ideas-from-mobile-design-that-are-good-everywhere/