Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Autumn update. Back to work
Browse files Browse the repository at this point in the history
Needed to make some money during the summer and was away because of tough work schedule, now back to work.
Changelog (June):
- Fixed googleusercontent
- Added shareID
- Temporarily moved to my virtrual server
- Added big calendar
- Added list with events
- Calendar interactions
- Fixed CORS
- Fixed holiday filler (Septebmer: broke again)

Changelog (September):
- Vulnerabily fix
- Dependencies updated
  • Loading branch information
PAXANDDOS committed Sep 3, 2021
1 parent 0517e3d commit e4cf472
Show file tree
Hide file tree
Showing 20 changed files with 2,112 additions and 722 deletions.
22 changes: 11 additions & 11 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@ const path = require("path")
const mode = process.env.NODE_ENV === "production"

module.exports = {
images: {
domains: [
"storage.googleapis.com",
"lh1.googleusercontent.com",
"lh2.googleusercontent.com",
"lh3.googleusercontent.com",
"lh4.googleusercontent.com",
"lh5.googleusercontent.com",
"lh6.googleusercontent.com",
],
},
basePath: "",
distDir: ".next",
compress: true,
Expand All @@ -27,4 +16,15 @@ module.exports = {
ignoreDuringBuilds: false,
},
assetPrefix: mode ? "http://cdn.localhost" : "",
images: {
domains: [
"storage.googleapis.com",
"lh1.googleusercontent.com",
"lh2.googleusercontent.com",
"lh3.googleusercontent.com",
"lh4.googleusercontent.com",
"lh5.googleusercontent.com",
"lh6.googleusercontent.com",
],
},
}
Loading

0 comments on commit e4cf472

Please sign in to comment.