- GitHub Staff
- camchenry.com
- @camchenry.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Set-StartScreenOptions -EnableBootToDesktop | |
Disable-BingSearch | |
Disable-GameBarTips | |
Disable-MicrosoftUpdate | |
# Boxstarter specific | |
cinstm boxstarter.common | |
cinstm boxstarter.winconfig |