Skip to content

Instantly share code, notes, and snippets.

View codewithhashim's full-sized avatar
💭
Coding Everyday

CodeWithHashim codewithhashim

💭
Coding Everyday
View GitHub Profile
@LearnWebCode
LearnWebCode / next.config.js
Created February 23, 2024 21:59
For outputting static HTML files from Next.js that any server can easily host (I was integrating with an old WordPress site for the rest of the domain)
/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
output: "export",
trailingSlash: true,
images: { unoptimized: true }
}
module.exports = nextConfig
@kayoderock
kayoderock / media-query.css
Created June 29, 2018 10:35 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS