Skip to content

Commit

Permalink
feat(app-remix): use edge runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
penspinner committed Aug 15, 2023
1 parent d591bf9 commit ab976c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/app-remix/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ import fontCSSHref from '~/css/font.css'
import tailwindCSSHref from '~/css/tailwind.css'
import { parseColorScheme } from '~/modules/color-scheme'

export const config = { runtime: 'edge' };

export const links: LinksFunction = () => {
return [
{ rel: 'icon', href: '/favicon.ico', type: 'image/png' },
Expand Down

1 comment on commit ab976c9

@vercel
Copy link

@vercel vercel bot commented on ab976c9 Aug 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

stevenliao-next – ./apps/app-next

stevenliao-next-penspinner.vercel.app
stevenliao-next.vercel.app
stevenliao-next-git-main-penspinner.vercel.app

Please sign in to comment.