Skip to content

Commit

Permalink
test 2 tailwind img
Browse files Browse the repository at this point in the history
  • Loading branch information
clara7227 committed Oct 16, 2024
1 parent 9c23c6a commit 4fe1a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const config = require('./next.config.mjs');
console.log(config.basePath)
console.log(config.default.basePath)

// const basePathTailwind = config.default.basePath;
const basePathTailwind = process.env.BASE_PATH || '';
const basePathTailwind = config.default.basePath;
// const basePathTailwind = process.env.BASE_PATH || '';

module.exports = {
content: [
Expand Down

0 comments on commit 4fe1a93

Please sign in to comment.