Skip to content

Instantly share code, notes, and snippets.

View camchenry's full-sized avatar

Cam McHenry camchenry

View GitHub Profile
@camchenry
camchenry / Install.ps1
Last active July 25, 2016 00:24
Boxstarter script for reinstalling windows easily
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-StartScreenOptions -EnableBootToDesktop
Disable-BingSearch
Disable-GameBarTips
Disable-MicrosoftUpdate
# Boxstarter specific
cinstm boxstarter.common
cinstm boxstarter.winconfig
export default async function handleRequest(
request: Request,
responseStatusCode: number,
responseHeaders: Headers,
remixContext: EntryContext
) {
const url = new URL(request.url);
if (url.pathname.startsWith("/social-image")) {
registerFont("assets/fonts/Inter-Regular.otf", {
family: "Inter",