Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into nojira-add-blockset-command
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Oct 18, 2023
2 parents 3db3d41 + 3722ab3 commit b641ca8
Show file tree
Hide file tree
Showing 5 changed files with 2,102 additions and 4,436 deletions.
5 changes: 5 additions & 0 deletions .changeset/slimy-plants-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@faustwp/core': patch
---

Fix `x-using` header not appearing when i18n options are set in `next.config.js`
6 changes: 4 additions & 2 deletions examples/next/app-router/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { withFaust } from '@faustwp/core';

/** @type {import('next').NextConfig} */
export default {
export default withFaust({
experimental: {
serverActions: true,
},
};
});
Loading

0 comments on commit b641ca8

Please sign in to comment.