nuxt / nuxt/image

staticFilename hash add md5 value or timestamp

Open
#586 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
1.5k
Forks
331
Avg merge
19h 52m
Merged PRs (30d)
9

Description

staticFilename: [publicPath]/images/[name]-[hash]${new Date().getTime()}[ext],

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the staticFilename configuration and trace how [name], [hash], and [ext] are expanded. Clarify whether the requested value should be an MD5 hash or a timestamp, then identify the relevant test or build output to verify the generated filename. The issue names no file or test, and the requested behavior needs confirmation.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
build-system
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.