Skip to content

Commit

Permalink
Switch to released version of Azure adaptor
Browse files Browse the repository at this point in the history
  • Loading branch information
derkoe committed Feb 7, 2023
1 parent e15e343 commit 1f1932e
Show file tree
Hide file tree
Showing 11 changed files with 745 additions and 902 deletions.
8 changes: 5 additions & 3 deletions adaptors/azure-swa/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { azureSwaAdaptor } from '@derkoe/qwik-city/adaptors/azure-swa/vite';
import { extendConfig } from '@derkoe/qwik-city/vite';
import { azureSwaAdaptor } from '@builder.io/qwik-city/adaptors/azure-swa/vite';
import { extendConfig } from '@builder.io/qwik-city/vite';
import baseConfig from '../../vite.config';

export default extendConfig(baseConfig, () => {
Expand All @@ -21,7 +21,9 @@ export default extendConfig(baseConfig, () => {
},
plugins: [
azureSwaAdaptor({
staticGenerate: true,
ssg: {
include: ['*'],
},
}),
],
};
Expand Down
Loading

0 comments on commit 1f1932e

Please sign in to comment.