Skip to content

Commit

Permalink
fix: put config into right file
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Nov 29, 2023
1 parent c7ec259 commit 34cdb85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/entry.server.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
export { handleRequest as default } from "@netlify/remix-adapter";

export const config = { path: "/*", preferStatic: true };
2 changes: 2 additions & 0 deletions server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ const handler = createRequestHandler({
});

export default handler;

export const config = { path: "/*", preferStatic: true }

0 comments on commit 34cdb85

Please sign in to comment.