home lalabelsauth status : loading ...

AWS amplify rewrite and redirect rules

2022-06-16

a single specific path

/123 [target]

with regular expressions

</(789?|qwe)/> [target]

testing prismjs here

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-transformer-remark`,
    options: {
      plugins: [
        `gatsby-remark-prismjs`,
      ]
    }
  }
]


AWSITAWS amplify