Skip to content

Commit

Permalink
First version of API CV
Browse files Browse the repository at this point in the history
  • Loading branch information
markojak committed Dec 12, 2021
1 parent bb4faf8 commit 58d605c
Show file tree
Hide file tree
Showing 11 changed files with 12,979 additions and 2,906 deletions.
File renamed without changes.
3 changes: 0 additions & 3 deletions extensions/a/index.md

This file was deleted.

12 changes: 12 additions & 0 deletions extensions/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

███╗ ███╗ █████╗ ██████╗ ██╗ ██╗ ██████╗ ██╗ █████╗ ██╗ ██╗
████╗ ████║██╔══██╗██╔══██╗██║ ██╔╝██╔═══██╗ ██║██╔══██╗██║ ██╔╝
██╔████╔██║███████║██████╔╝█████╔╝ ██║ ██║ ██║███████║█████╔╝
██║╚██╔╝██║██╔══██║██╔══██╗██╔═██╗ ██║ ██║ ██ ██║██╔══██║██╔═██╗
██║ ╚═╝ ██║██║ ██║██║ ██║██║ ██╗╚██████╔╝ ╚█████╔╝██║ ██║██║ ██╗
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚════╝ ╚═╝ ╚═╝╚═╝ ╚═╝


https://markojak.com

I build systems
8 changes: 8 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
/** @type {import('next').NextConfig} */
module.exports = {
async rewrites() {
return [
{
source: '/me',
destination: '/api/info',
},
]
},
reactStrictMode: true,
outputFileTracing: true,
};
Loading

0 comments on commit 58d605c

Please sign in to comment.