File tree 2 files changed +10
-0
lines changed
packages/create-docusaurus/templates
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ const config: Config = {
9
9
tagline : 'Dinosaurs are cool' ,
10
10
favicon : 'img/favicon.ico' ,
11
11
12
+ // Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future
13
+ future : {
14
+ v4 : true , // Improve compatibility with the upcoming Docusaurus v4
15
+ } ,
16
+
12
17
// Set the production url of your site here
13
18
url : 'https://your-docusaurus-site.example.com' ,
14
19
// Set the /<baseUrl>/ pathname under which your site is served
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ const config = {
14
14
tagline : 'Dinosaurs are cool' ,
15
15
favicon : 'img/favicon.ico' ,
16
16
17
+ // Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future
18
+ future : {
19
+ v4 : true , // Improve compatibility with the upcoming Docusaurus v4
20
+ } ,
21
+
17
22
// Set the production url of your site here
18
23
url : 'https://your-docusaurus-site.example.com' ,
19
24
// Set the /<baseUrl>/ pathname under which your site is served
You can’t perform that action at this time.
0 commit comments