Skip to content

Instantly share code, notes, and snippets.

View aaronlippold's full-sized avatar

Aaron Lippold aaronlippold

View GitHub Profile
@aaronlippold
aaronlippold / nuxt-deployment-fixes.md
Created June 1, 2025 00:14
Nuxt 3 Static Site Deployment Fixes - Solutions for trailing slashes, Safari downloads, and other common deployment issues

Nuxt 3 Static Site Deployment Fixes

Last Updated: January 2025
Tested With: Nuxt 3.17.4, Node 20.x
Primary Use Case: GitHub Pages & Netlify static deployments

This document captures reusable solutions for common Nuxt 3 static site deployment issues, particularly for GitHub Pages and Netlify deployments. These solutions have been battle-tested on production sites.

Issue #1: Trailing Slash 404 Errors on Static Hosts

@aaronlippold
aaronlippold / ansible-firefox-stig-v6.5.yml
Created January 29, 2024 08:16
Ansible Firefox STIG V6R5
---
# TODO: Add install of DOD Root Certs
# TODO: Add a default AnswerFile for EvaluateSTIG for Firefox Lockdown
# TODO: add a var to allow for tls1.2 or tls1.3
- name: STIG Firefox Install
hosts: all
become: true
tasks:
# TODO: Add this as a var 'pull_lastest_version: true'