Skip to content

Commit d113af6

Browse files
committed
Test out CF
1 parent 637a5c0 commit d113af6

32 files changed

+14413
-7154
lines changed

content/changelog/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Change Log
22

3-
## [10.2.0] - 2024-xx-xx
3+
## [10.3.0] - 2024-xx-xx
4+
5+
### ✨ New features
6+
7+
### 🎨 Enhancements
8+
9+
- [#819](https://github.com/estruyf/vscode-front-matter/issues/819): Added new extensibility support for media scripts
10+
11+
### 🐞 Fixes
12+
13+
## [10.2.0] - 2024-06-12 - [Release notes](https://beta.frontmatter.codes/updates/v10.2.0)
414

515
### ✨ New features
616

next.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
/** @type {import('next').NextConfig} */
2+
3+
if (process.env.NODE_ENV === "development") {
4+
const { setupDevPlatform } = require("@cloudflare/next-on-pages/next-dev")
5+
setupDevPlatform()
6+
}
7+
28
module.exports = {
39
reactStrictMode: false,
410
env: {

0 commit comments

Comments
 (0)