Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
charmingduchess committed Jan 16, 2025
2 parents 61296db + 9de7404 commit 98f7d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const { i18n } = require("./next-i18next.config");

const PROD_BUILD_ID = "production-0.9.1-bbf78d0";
const PROD_BUILD_ID = "production-0.10.1-bbf78d0";

module.exports = {
basePath: "/library-card",
// Configures the app's locale settings.
i18n,
async redirects() {
async redirects () {
return [
{
source: "/library-card/",
Expand Down

0 comments on commit 98f7d92

Please sign in to comment.