mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-23 17:45:12 +00:00
Website build error (#1136)
* Fixing model names * handling arrays of models for agent frontmatter * Cleaning up some warnings on website build * adding a workflow to run and perform CI of the website
This commit is contained in:
@@ -115,7 +115,12 @@ export default defineConfig({
|
||||
trailingSlash: "always",
|
||||
vite: {
|
||||
build: {
|
||||
sourcemap: true,
|
||||
// Production sourcemaps trigger a known warning in the expressive-code Vite plugin.
|
||||
// The docs site does not need emitted JS sourcemaps for its validation build.
|
||||
sourcemap: false,
|
||||
// Starlight ships large syntax-highlighting chunks that are expected for this site.
|
||||
// Raise the threshold so Vite only warns on materially larger regressions.
|
||||
chunkSizeWarningLimit: 900,
|
||||
},
|
||||
css: {
|
||||
devSourcemap: true,
|
||||
|
||||
Reference in New Issue
Block a user