I hereby claim:
- I am natemate90 on github.
- I am natemate90 (https://keybase.io/natemate90) on keybase.
- I have a public key ASBWXIgsYM2ACftXS4uEsw_g5WW8HU1ZBCrT8uMIjHwIPgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| methods: { | |
| deLocale() { | |
| if (this.hasPageSlugs) { | |
| return ( | |
| this.localePath(this.slicedPath, "de") + | |
| "/" + | |
| this.currentPageSlugs.de | |
| ); | |
| } | |
| return this.switchLocalePath("de"); |
| # editorconfig.org | |
| root = true | |
| [*] | |
| indent_size = 2 | |
| indent_style = space | |
| end_of_line = lf | |
| charset = utf-8 | |
| trim_trailing_whitespace = true | |
| insert_final_newline = true |