Skip to content

docs: base icon path configuration for auto-icons#2285

Open
Sbrjt wants to merge 1 commit intowxt-dev:mainfrom
Sbrjt:patch-1
Open

docs: base icon path configuration for auto-icons#2285
Sbrjt wants to merge 1 commit intowxt-dev:mainfrom
Sbrjt:patch-1

Conversation

@Sbrjt
Copy link
Copy Markdown

@Sbrjt Sbrjt commented Apr 18, 2026

Overview

Added instructions for configuring base icon path in wxt.config.ts.

import { resolve } from 'node:path'
import { defineConfig } from 'wxt'

export default defineConfig({
  modules: ['@wxt-dev/module-react', '@wxt-dev/auto-icons'],
  autoIcons: {
    baseIconPath: resolve('public/icon.svg'),
  },
}

Manual Testing

None

Related Issue

None

Added instructions for configuring base icon path in wxt.config.ts.
@Sbrjt Sbrjt requested a review from Timeraa as a code owner April 18, 2026 17:01
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 18, 2026

Deploy Preview for creative-fairy-df92c4 ready!

Name Link
🔨 Latest commit da84791
🔍 Latest deploy log https://app.netlify.com/projects/creative-fairy-df92c4/deploys/69e3b8dd8e8b4e0008764cc3
😎 Deploy Preview https://deploy-preview-2285--creative-fairy-df92c4.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the pkg/auto-icons Includes changes to the `packages/auto-icons` directory label Apr 18, 2026
@Sbrjt Sbrjt changed the title Update README with base icon path configuration Update README with base icon path configuration for auto-icons Apr 18, 2026
@Sbrjt Sbrjt changed the title Update README with base icon path configuration for auto-icons docs: base icon path configuration for auto-icons Apr 18, 2026
Copy link
Copy Markdown
Collaborator

@PatrykKuniczak PatrykKuniczak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg/auto-icons Includes changes to the `packages/auto-icons` directory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants