Skip to content

Commit

Permalink
Update docs/future/vite.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori authored Oct 13, 2023
1 parent 09941cd commit c5954ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/future/vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,10 @@ export const meta = { title: "Home" }; // ✅
export const links = [
{ rel: "stylesheet", href: "style.css" },
]; //
export const headers = { "Cache-Control": "max-age=3600" }; //

// These exports are removed by the Remix Vite plugin
// so they never affect HMR
export const headers = { "Cache-Control": "max-age=3600" }; //
export const loader = () => {}; //
export const action = () => {}; //

Expand Down

0 comments on commit c5954ba

Please sign in to comment.