Updated to Next.js 13

This commit is contained in:
Antonello Zanini
2022-11-18 13:54:54 +01:00
commit 0eae94dbe6
40 changed files with 6381 additions and 0 deletions

5
data/config.json Normal file
View File

@@ -0,0 +1,5 @@
{
"title": "Brevifolia",
"description": "Starter blog using Tina CMS with Next.js.",
"repositoryUrl": "https://github.com/kendallstrautman/brevifolia-next-tinacms"
}

7
data/info.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: info page
background_color: '#AEC4BE'
---
## This blog was created using [NextJS](https://nextjs.org/)
## To get started, read the NextJS [docs](https://nextjs.org/docs) or checkout the [repository](https://github.com/kendallstrautman/brevifolia-nextjs).