Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath committed May 17, 2024
2 parents 9bcd9ec + 54dfbfd commit 129d248
Show file tree
Hide file tree
Showing 8 changed files with 361 additions and 42 deletions.
77 changes: 66 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions workspaces/website/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ export default defineConfig({
},
}),
],
vite: {
ssr: {
// Example: Force a broken package to skip SSR processing, if needed
noExternal: ['jsonresume-component'],
}
}
});
1 change: 1 addition & 0 deletions workspaces/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@types/react-dom": "^18.2.24",
"airtable": "^0.12.2",
"astro": "4.5.18",
"jsonresume-component": "^0.2.0",
"marked": "^12.0.1",
"profile-components": "^0.4.1",
"react": "^18.2.0",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 129d248

Please sign in to comment.