Skip to content

Commit

Permalink
chore(theme): put theme in url to sync state
Browse files Browse the repository at this point in the history
  • Loading branch information
mydearxym committed Mar 7, 2024
1 parent 53137cc commit aa51946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/middleware.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { NextRequest, NextResponse } from 'next/server'
import { NextResponse } from 'next/server'
import type { NextRequest } from 'next/server'

// import { themeMiddleware } from './middlewares/theme'
import { queryWhitelistMiddleware } from './middlewares/query-whitelist'
Expand Down

0 comments on commit aa51946

Please sign in to comment.