Updated website design. Added a birthday command generator
This commit is contained in:
parent
3a7194b33d
commit
d424504547
16 changed files with 5764 additions and 3650 deletions
|
|
@ -2,5 +2,19 @@ const { i18n } = require('./next-i18next.config');
|
|||
|
||||
module.exports = {
|
||||
i18n,
|
||||
reactStrictMode: true
|
||||
reactStrictMode: true,
|
||||
rewrites: [
|
||||
{
|
||||
source: '/fonts/ubuntu',
|
||||
destination: 'https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap'
|
||||
},
|
||||
{
|
||||
source: '/fonts/goog/api',
|
||||
destination: 'https://fonts.googleapis.com'
|
||||
},
|
||||
{
|
||||
source: '/fonts/goog/static',
|
||||
destination: 'https://fonts.gstatic.com'
|
||||
},
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue