Skip to content

Commit a430a8b

Browse files
committed
update vim.guide to Next 15 to fix deploys
1 parent c6c4425 commit a430a8b

File tree

7 files changed

+3418
-4453
lines changed

7 files changed

+3418
-4453
lines changed

vim.guide/components/letter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default ({ letter, code, ...props }) => (
1010
<section>
1111
<h1>Append with {letter}</h1>
1212
<Link href="/">
13-
<a>Go Home</a>
13+
Go Home
1414
</Link>
1515
<YouTube code={code} />
1616

vim.guide/next.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
const withCSS = require("@zeit/next-css");
1+
const nextConfig = {
2+
/* config options here */
3+
}
24

3-
module.exports = withCSS();
5+
module.exports = nextConfig

0 commit comments

Comments
 (0)