Skip to content

Commit

Permalink
chore: Fix nuxt config
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Apr 4, 2024
1 parent cf088b5 commit e7e514a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineNuxtConfig({
},
},
nitro: {
plugins: [resolve('web/server/plugins/onshape.ts')],
plugins: [resolve('server/plugins/onshape.ts')],
},
app: {
head: {
Expand Down

0 comments on commit e7e514a

Please sign in to comment.