Skip to content
#

static

Here are 20,060 public repositories matching this topic...

next.js
panbanda
panbanda commented Feb 7, 2022

Is your feature request related to a problem? Please describe.

Uploading an image with uploadcare doesn't allow me to set a cdnBase or cdnURL or something similar for custom URLs. When I upload an image it is forcing the company's cdn instead.

Describe the solution you'd like

The settings in config.json should be something like:

  media_library: {
    name: 'uploadcare
bramp
bramp commented Dec 27, 2020

This is a feature request, to display the valid SSL name (from the certificate) when starting up the server.

Steps to reproduce the issue, if applicable. Include the actual command and output and/or stack trace.

$ http-server -S

Starting up http-server, serving ./ through https
Available on:
  https://127.0.0.1:8080
  https://192.168.77.123:8080

**What did you exp

rburgst
rburgst commented Dec 30, 2021

What version of astro are you using?

0.22.1

What package manager are you using?

yarn

What operating system are you using?

Mac

Describe the Bug

According to the docs (https://github.com/withastro/astro/blob/main/examples/blog/README.md) the blog template should contain rss and sitemap. However, none of the two are implemented.

Link to Minimal Reproducible Example

http

react-static
phpinsights
BraisGabin
BraisGabin commented Jan 13, 2022

Expected Behavior

assignedExpression violates CanBeNonNullable.

private fun visitAssignment(assignedExpression: KtExpression?) {
    if (assignedExpression == null) return
    val name = if (assignedExpression is KtQualifiedExpression) {
        assignedExpression.selectorExpression
    } else {
        assignedExpression
    }?.text ?: return
    assignments.getOrPu
website

Improve this page

Add a description, image, and links to the static topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the static topic, visit your repo's landing page and select "manage topics."

Learn more